UNPKG

webpack-subresource-integrity

Version:
13 lines 560 B
"use strict"; /** * Copyright (c) 2015-present, Waysact Pty Ltd * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.standardHashFuncNames = exports.thisPluginName = void 0; exports.thisPluginName = "webpack-subresource-integrity"; // https://www.w3.org/TR/2016/REC-SRI-20160623/#cryptographic-hash-functions exports.standardHashFuncNames = ["sha256", "sha384", "sha512"]; //# sourceMappingURL=globals.js.map