waysact/webpack-subresource-integrity

View on GitHub
webpack-subresource-integrity/src/globals.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * 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.
 */

export const thisPluginName = "webpack-subresource-integrity";

// https://www.w3.org/TR/2016/REC-SRI-20160623/#cryptographic-hash-functions
export const standardHashFuncNames = ["sha256", "sha384", "sha512"];