bug-versions
Advanced tools
Comparing version 1.51.4 to 1.52.0
@@ -1,6 +0,6 @@ | ||
## [1.51.4](https://github.com/cnpm/bug-versions/compare/1.51.3...1.51.4) (2020-09-24) | ||
# [1.52.0](https://github.com/cnpm/bug-versions/compare/1.51.4...1.52.0) (2020-09-27) | ||
### Bug Fixes | ||
### Features | ||
* merge eslint-plugin-react config ([#115](https://github.com/cnpm/bug-versions/issues/115)) ([a41e780](https://github.com/cnpm/bug-versions/commit/a41e78001a23c9ebbf6aeda79fbe14fc54ec1e86)) | ||
* nodejs September 2020 Security Releases for Alinode ([#110](https://github.com/cnpm/bug-versions/issues/110)) ([a3af24d](https://github.com/cnpm/bug-versions/commit/a3af24d6542fbd9323447c808b149fc7e158233b)) |
{ | ||
"name": "bug-versions", | ||
"version": "1.51.4", | ||
"version": "1.52.0", | ||
"description": "collect all bug versions on npm package", | ||
@@ -86,9 +86,13 @@ "main": "index.js", | ||
}, | ||
">= 4.0.0 < 4.10.0": { | ||
"version": "4.10.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2020-security-releases/" | ||
">= 4.0.0 < 4.12.1": { | ||
"version": "4.12.1", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/" | ||
}, | ||
">= 5.0.0 < 5.15.0": { | ||
"version": "5.15.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2020-security-releases/" | ||
">= 5.0.0 < 5.16.4": { | ||
"version": "5.16.4", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/" | ||
}, | ||
">= 6.0.0 < 6.3.0": { | ||
"version": "6.3.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/" | ||
} | ||
@@ -95,0 +99,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
20336