bug-versions
Advanced tools
Comparing version 1.50.4 to 1.51.0
@@ -1,6 +0,6 @@ | ||
## [1.50.4](https://github.com/cnpm/bug-versions/compare/1.50.3...1.50.4) (2020-08-24) | ||
# [1.51.0](https://github.com/cnpm/bug-versions/compare/1.50.4...1.51.0) (2020-09-20) | ||
### Bug Fixes | ||
### Features | ||
* intl-messageformat-parser incompatible versions ([#107](https://github.com/cnpm/bug-versions/issues/107)) ([360274c](https://github.com/cnpm/bug-versions/commit/360274c437aba47e3b211f52a6198b2efd3d6394)) | ||
* Node.js September 2020 Security Releases ([#108](https://github.com/cnpm/bug-versions/issues/108)) ([36b018d](https://github.com/cnpm/bug-versions/commit/36b018d48e80cc7e4870287d598c1b2229908943)) |
{ | ||
"name": "bug-versions", | ||
"version": "1.50.4", | ||
"version": "1.51.0", | ||
"description": "collect all bug versions on npm package", | ||
@@ -52,5 +52,5 @@ "main": "index.js", | ||
}, | ||
">= 10.0.0 < 10.19.0": { | ||
"version": "10.19.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2020-security-releases/" | ||
">= 10.0.0 < 10.22.1": { | ||
"version": "10.22.1", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/" | ||
}, | ||
@@ -61,5 +61,5 @@ ">= 11.0.0 < 11.10.1": { | ||
}, | ||
">= 12.0.0 < 12.15.0": { | ||
"version": "12.15.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2020-security-releases/" | ||
">= 12.0.0 < 12.18.4": { | ||
"version": "12.18.4", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/" | ||
}, | ||
@@ -69,2 +69,6 @@ ">= 13.0.0 < 13.8.0": { | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2020-security-releases/" | ||
}, | ||
">= 14.0.0 < 14.11.0": { | ||
"version": "14.11.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/" | ||
} | ||
@@ -71,0 +75,0 @@ }, |
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
19873