waysact/webpack-subresource-integrity

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.eslintignore
.gitignore
.prettierignore
.vscode/settings.json
.yarnrc.yml
CHANGELOG.md
LICENSE
MIGRATE-v1-to-v5.md
README.md
nyc-apply-source-map/package.json
package.json
webpack-subresource-integrity/.nycrc
webpack-subresource-integrity/LICENSE
webpack-subresource-integrity/README.md
webpack-subresource-integrity/api-extractor.json
webpack-subresource-integrity/etc/webpack-subresource-integrity.api.md
webpack-subresource-integrity/package.json
webpack-subresource-integrity/tsconfig-base.json
webpack-subresource-integrity/tsconfig-mjs.json
webpack-subresource-integrity/tsconfig.json
wsi-test-helper/package.json
wsi-test-helper/tsconfig.json
yarn.lock
webpack-subresource-integrity/src/__tests__/examples.test.ts57
webpack-subresource-integrity/src/__tests__/hwp-error.test.ts12
webpack-subresource-integrity/src/__tests__/integration.test.ts68
webpack-subresource-integrity/src/__tests__/test-utils.ts22
webpack-subresource-integrity/src/__tests__/unit.test.ts261
A
2 hrs
webpack-subresource-integrity/src/globals.ts2
webpack-subresource-integrity/src/hooks.ts73
webpack-subresource-integrity/src/index.ts235
webpack-subresource-integrity/src/integrity.ts36
webpack-subresource-integrity/src/manifest.ts164
webpack-subresource-integrity/src/plugin.ts245
webpack-subresource-integrity/src/reporter.ts125
webpack-subresource-integrity/src/scc.ts123
webpack-subresource-integrity/src/types.ts51
webpack-subresource-integrity/src/util.ts247
A
35 mins
wsi-test-helper/index.ts103