bug-versions
Advanced tools
Comparing version 1.17.0 to 1.17.1
1.17.1 / 2018-11-30 | ||
================== | ||
**fixes** | ||
* [[`9a31a5a`](http://github.com/cnpm/bug-versions/commit/9a31a5af49df40e2fd7b23e80fd93641de22175f)] - fix: dont change node 8 on gcc problem (fengmk2 <<fengmk2@gmail.com>>) | ||
1.17.0 / 2018-11-29 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.17.0", | ||
"version": "1.17.1", | ||
"description": "collect all bug versions on npm package", | ||
@@ -40,5 +40,5 @@ "main": "index.js", | ||
}, | ||
">= 8.0.0 < 8.14.0": { | ||
"version": "8.14.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/" | ||
">= 8.0.0 < 8.11.4": { | ||
"version": "8.11.4", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/" | ||
}, | ||
@@ -45,0 +45,0 @@ ">= 10.0.0 < 10.14.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
13881