bug-versions
Advanced tools
Comparing version 1.51.0 to 1.51.1
@@ -1,6 +0,6 @@ | ||
# [1.51.0](https://github.com/cnpm/bug-versions/compare/1.50.4...1.51.0) (2020-09-20) | ||
## [1.51.1](https://github.com/cnpm/bug-versions/compare/1.51.0...1.51.1) (2020-09-24) | ||
### Features | ||
### Bug Fixes | ||
* Node.js September 2020 Security Releases ([#108](https://github.com/cnpm/bug-versions/issues/108)) ([36b018d](https://github.com/cnpm/bug-versions/commit/36b018d48e80cc7e4870287d598c1b2229908943)) | ||
* report eslint-plugin-react bug version v7.21.0 ([#112](https://github.com/cnpm/bug-versions/issues/112)) ([f24cd16](https://github.com/cnpm/bug-versions/commit/f24cd16c6ff03ca92748c4e2ce9db870cf3da797)) |
{ | ||
"name": "bug-versions", | ||
"version": "1.51.0", | ||
"version": "1.51.1", | ||
"description": "collect all bug versions on npm package", | ||
@@ -362,9 +362,5 @@ "main": "index.js", | ||
"eslint-plugin-react": { | ||
"7.12.0": { | ||
"version": "7.11.1", | ||
"reason": "https://github.com/yannickcr/eslint-plugin-react/issues/2095" | ||
}, | ||
"7.20.4": { | ||
"version": "7.20.3", | ||
"reason": "https://github.com/yannickcr/eslint-plugin-react/issues/2728" | ||
"7.21.0": { | ||
"version": "7.20.6", | ||
"reason": "breaking change" | ||
} | ||
@@ -371,0 +367,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
19691