@statoscope/stats-validator-plugin-webpack
Advanced tools
Comparing version 5.7.0-alpha.0 to 5.7.0
@@ -8,2 +8,4 @@ "use strict"; | ||
const helpers_1 = require("@statoscope/helpers"); | ||
const build_time_limits_1 = __importDefault(require("./rules/build-time-limits")); | ||
const diff_build_time_limits_1 = __importDefault(require("./rules/diff-build-time-limits")); | ||
const diff_deprecated_modules_1 = __importDefault(require("./rules/diff-deprecated-modules")); | ||
@@ -25,2 +27,4 @@ const diff_deprecated_packages_1 = __importDefault(require("./rules/diff-deprecated-packages")); | ||
rules: { | ||
'build-time-limits': build_time_limits_1.default, | ||
'diff-build-time-limits': diff_build_time_limits_1.default, | ||
'diff-deprecated-modules': diff_deprecated_modules_1.default, | ||
@@ -27,0 +31,0 @@ 'diff-deprecated-packages': diff_deprecated_packages_1.default, |
export declare const name = "@statoscope/stats-validator-plugin-webpack"; | ||
export declare const version = "5.3.1"; | ||
export declare const description = "Webpack stats validator plugin for @statoscope/stats-validator"; | ||
export declare const version = "5.7.0"; | ||
export declare const description = "Plugin for @statoscope/stats-validator to validate webpack stats"; | ||
export declare const author: { | ||
@@ -5,0 +5,0 @@ name: string; |
@@ -5,6 +5,6 @@ "use strict"; | ||
exports.name = '@statoscope/stats-validator-plugin-webpack'; | ||
exports.version = '5.3.1'; | ||
exports.description = 'Webpack stats validator plugin for @statoscope/stats-validator'; | ||
exports.version = '5.7.0'; | ||
exports.description = 'Plugin for @statoscope/stats-validator to validate webpack stats'; | ||
exports.author = { name: 'Sergey Melyukov', url: 'https://twitter.com/smelukov' }; | ||
exports.homepage = 'https://github.com/statoscope/statoscope/'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@statoscope/stats-validator-plugin-webpack", | ||
"version": "5.7.0-alpha.0", | ||
"version": "5.7.0", | ||
"description": "Plugin for @statoscope/stats-validator to validate webpack stats", | ||
@@ -19,13 +19,10 @@ "main": "./dist/index.js", | ||
}, | ||
"files": [ | ||
"dist/*" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/statoscope/statoscope/", | ||
"dependencies": { | ||
"@statoscope/helpers": "5.7.0-alpha.0", | ||
"@statoscope/stats-extension-compressed": "5.7.0-alpha.0", | ||
"@statoscope/stats-validator": "5.7.0-alpha.0", | ||
"@statoscope/types": "5.7.0-alpha.0", | ||
"@statoscope/webpack-model": "5.7.0-alpha.0", | ||
"@statoscope/helpers": "5.7.0", | ||
"@statoscope/stats-extension-compressed": "5.7.0", | ||
"@statoscope/stats-validator": "5.7.0", | ||
"@statoscope/types": "5.7.0", | ||
"@statoscope/webpack-model": "5.7.0", | ||
"chalk": "^4.1.1", | ||
@@ -37,3 +34,3 @@ "semver": "^7.3.5" | ||
}, | ||
"gitHead": "d87b4b850ad9ff1f94110fb017bb915a77ed4c62" | ||
"gitHead": "b89b462f4ae8ae5210d23b025eb53cea32e8c40a" | ||
} |
@@ -12,2 +12,4 @@ # stats-validator-plugin-webpack | ||
- [build-time-limits.md](docs/rules/build-time-limits.md]) - Ensures that the build time has not exceeded the limit | ||
- [diff-build-time-limits.md](docs/rules/diff-build-time-limits.md) - Compares build time between input and reference stats. Fails if build time has increased | ||
- [diff-deprecated-modules](docs/rules/diff-deprecated-modules.md) - Compares usage of specified modules between input and reference stats | ||
@@ -14,0 +16,0 @@ - [diff-deprecated-packages](docs/rules/diff-deprecated-packages.md) - Compares usage of specified packages usage between input and reference stats |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2188
0
24
94408
35
+ Added@statoscope/config@5.7.0(transitive)
+ Added@statoscope/extensions@5.7.0(transitive)
+ Added@statoscope/helpers@5.7.0(transitive)
+ Added@statoscope/stats@5.7.0(transitive)
+ Added@statoscope/stats-extension-compressed@5.7.0(transitive)
+ Added@statoscope/stats-extension-package-info@5.7.0(transitive)
+ Added@statoscope/stats-extension-stats-validation-result@5.7.0(transitive)
+ Added@statoscope/stats-validator@5.7.0(transitive)
+ Added@statoscope/types@5.7.0(transitive)
+ Added@statoscope/webpack-model@5.7.0(transitive)
- Removed@statoscope/config@5.7.0-alpha.0(transitive)
- Removed@statoscope/extensions@5.7.0-alpha.0(transitive)
- Removed@statoscope/helpers@5.7.0-alpha.0(transitive)
- Removed@statoscope/stats@5.7.0-alpha.0(transitive)
- Removed@statoscope/stats-extension-compressed@5.7.0-alpha.0(transitive)
- Removed@statoscope/stats-extension-package-info@5.7.0-alpha.0(transitive)
- Removed@statoscope/stats-extension-stats-validation-result@5.7.0-alpha.0(transitive)
- Removed@statoscope/stats-validator@5.7.0-alpha.0(transitive)
- Removed@statoscope/types@5.7.0-alpha.0(transitive)
- Removed@statoscope/webpack-model@5.7.0-alpha.0(transitive)
Updated@statoscope/helpers@5.7.0
Updated@statoscope/types@5.7.0