@statoscope/stats-validator-plugin-webpack
Advanced tools
Comparing version 5.11.2 to 5.12.0
{ | ||
"name": "@statoscope/stats-validator-plugin-webpack", | ||
"version": "5.11.2", | ||
"version": "5.12.0", | ||
"description": "Plugin for @statoscope/stats-validator to validate webpack stats", | ||
@@ -25,3 +25,3 @@ "main": "./dist/index.js", | ||
"@statoscope/types": "5.9.0", | ||
"@statoscope/webpack-model": "5.11.0", | ||
"@statoscope/webpack-model": "5.12.0", | ||
"chalk": "^4.1.2", | ||
@@ -33,3 +33,3 @@ "semver": "^7.3.5" | ||
}, | ||
"gitHead": "0e7b65672a316df5b8de14d53c7094f0f6f4d478" | ||
"gitHead": "6fbbc9a96762bf2e715bed26b9b954f03f785c98" | ||
} |
@@ -26,3 +26,3 @@ # stats-validator-plugin-webpack | ||
// ensures that bundle doesn't use specified modules | ||
'@statoscope/webpack/restricted-modules': ['error', [/some-package\/dist/some-module\.js/]], | ||
'@statoscope/webpack/restricted-modules': ['error', [/\/some-package\/dist\/some-module\.js/]], | ||
// ensures that bundle doesn't use specified packages | ||
@@ -29,0 +29,0 @@ '@statoscope/webpack/restricted-packages': ['error', ['lodash', 'browserify-crypto']], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90921
+ Added@statoscope/webpack-model@5.12.0(transitive)
- Removed@statoscope/webpack-model@5.11.0(transitive)