@bundle-stats/plugin-webpack-validate
Advanced tools
Comparing version 3.1.0 to 3.1.2-alpha.2
@@ -6,4 +6,31 @@ # Change Log | ||
## [3.1.2-alpha.2](https://github.com/relative-ci/bundle-stats/compare/v3.1.2-alpha.1...v3.1.2-alpha.2) (2021-07-31) | ||
### Bug Fixes | ||
* **validate:** Export susperstruct as dependency ([2477b67](https://github.com/relative-ci/bundle-stats/commit/2477b67b00cd86555221dc97bb86b175ce041aa9)) | ||
## [3.1.2-alpha.1](https://github.com/relative-ci/bundle-stats/compare/v3.1.1...v3.1.2-alpha.1) (2021-07-31) | ||
**Note:** Version bump only for package @bundle-stats/plugin-webpack-validate | ||
## [3.1.2-alpha.0](https://github.com/relative-ci/bundle-stats/compare/v3.1.1...v3.1.2-alpha.0) (2021-07-31) | ||
**Note:** Version bump only for package @bundle-stats/plugin-webpack-validate | ||
# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28) | ||
**Note:** Version bump only for package @bundle-stats/plugin-webpack-filter |
{ | ||
"name": "@bundle-stats/plugin-webpack-validate", | ||
"version": "3.1.0", | ||
"version": "3.1.2-alpha.2", | ||
"description": "BundleStats webpack validate plugin", | ||
@@ -38,16 +38,12 @@ "main": "lib/index.js", | ||
"@types/jest": "26.0.24", | ||
"@types/lodash": "4.14.171", | ||
"@types/webpack": "5.28.0", | ||
"core-js": "^3.15.2", | ||
"jest": "26.6.3", | ||
"jest-cli": "26.6.3", | ||
"jest-date-mock": "1.0.8", | ||
"lodash": "4.17.21", | ||
"regenerator-runtime": "0.13.7", | ||
"ts-jest": "26.5.6" | ||
}, | ||
"peerDependencies": { | ||
"core-js": "^3.9.1", | ||
"dependencies": { | ||
"superstruct": "^0.8.3" | ||
} | ||
}, | ||
"gitHead": "90d673482970b47bc535ed5dc6ee29dea2163953" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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
18283
1
6
23
1
1
+ Addedsuperstruct@^0.8.3
- Removedcore-js@3.39.0(transitive)