bug-versions
Advanced tools
Comparing version 1.29.1 to 1.29.2
1.29.2 / 2019-03-05 | ||
================== | ||
**fixes** | ||
* [[`64a109a`](http://github.com/cnpm/bug-versions/commit/64a109aa82528c0652ef75ce03ff16f1ffe7c142)] - fix: revert alinode to 3.14.0 (#44) (fengmk2 <<fengmk2@gmail.com>>) | ||
1.29.1 / 2019-03-03 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.29.1", | ||
"version": "1.29.2", | ||
"description": "collect all bug versions on npm package", | ||
@@ -62,6 +62,10 @@ "main": "index.js", | ||
}, | ||
">= 3.0.0 < 3.14.1": { | ||
"version": "3.14.1", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/" | ||
">= 3.0.0 < 3.14.0": { | ||
"version": "3.14.0", | ||
"reason": "https://github.com/nodejs/node/pull/24811" | ||
}, | ||
"=3.14.1": { | ||
"version": "3.14.0", | ||
"reason": "https://github.com/nodejs/node/issues/26366#issuecomment-469565411" | ||
}, | ||
">= 4.0.0 < 4.7.1": { | ||
@@ -68,0 +72,0 @@ "version": "4.7.1", |
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
23921