bug-versions
Advanced tools
Comparing version 1.7.0 to 1.8.0
1.8.0 / 2018-08-16 | ||
================== | ||
**features** | ||
* [[`032e2b2`](http://github.com/cnpm/bug-versions/commit/032e2b273f83660b8b059839c8efb05818434d1f)] - feat: support unsafe-node-versions and unsafe-alinode-versions (#13) (fengmk2 <<fengmk2@gmail.com>>) | ||
1.7.0 / 2018-08-09 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "collect all bug versions on npm package", | ||
@@ -23,2 +23,46 @@ "main": "index.js", | ||
"config": { | ||
"unsafe-node-versions": { | ||
">= 0.10.0 < 0.10.48": { | ||
"version": "0.10.48", | ||
"reason": "https://nodejs.org/en/blog/release/v0.10.48/" | ||
}, | ||
">= 0.12.0 < 0.12.17": { | ||
"version": "0.12.18", | ||
"reason": "https://nodejs.org/en/blog/release/v0.12.18/" | ||
}, | ||
">= 1.0.0 < 4.9.1": { | ||
"version": "4.9.1", | ||
"reason": "https://nodejs.org/en/blog/release/v4.9.1/" | ||
}, | ||
">= 6.0.0 < 6.14.4": { | ||
"version": "6.14.4", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/" | ||
}, | ||
">= 8.0.0 < 8.11.4": { | ||
"version": "8.11.4", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/" | ||
}, | ||
">= 10.0.0 < 10.9.0": { | ||
"version": "10.9.0", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/" | ||
} | ||
}, | ||
"unsafe-alinode-versions": { | ||
">= 1.0.0 < 1.10.0": { | ||
"version": "1.10.0", | ||
"reason": "https://nodejs.org/en/blog/release/v4.9.1/" | ||
}, | ||
">= 2.0.0 < 2.5.1": { | ||
"version": "2.5.1", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/" | ||
}, | ||
">= 3.0.0 < 3.11.5 || =3.11.6": { | ||
"version": "3.11.5", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/" | ||
}, | ||
">= 4.0.0 < 4.2.2": { | ||
"version": "4.2.2", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/" | ||
} | ||
}, | ||
"bug-versions": { | ||
@@ -25,0 +69,0 @@ "is-my-json-valid": { |
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
8233