bug-versions
Advanced tools
Comparing version 1.29.0 to 1.29.1
1.29.1 / 2019-03-03 | ||
================== | ||
**fixes** | ||
* [[`7f4736a`](http://github.com/cnpm/bug-versions/commit/7f4736a639672fe0d41fdd237e48db0f96943f58)] - fix: February 2019 Security Releases support alinode (fengmk2 <<fengmk2@gmail.com>>) | ||
1.29.0 / 2019-02-28 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.29.0", | ||
"version": "1.29.1", | ||
"description": "collect all bug versions on npm package", | ||
@@ -62,9 +62,9 @@ "main": "index.js", | ||
}, | ||
">= 3.0.0 < 3.14.0": { | ||
"version": "3.14.0", | ||
"reason": "https://github.com/nodejs/node/pull/24811" | ||
">= 3.0.0 < 3.14.1": { | ||
"version": "3.14.1", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/" | ||
}, | ||
">= 4.0.0 < 4.7.0": { | ||
"version": "4.7.0", | ||
"reason": "https://github.com/nodejs/node/pull/24811" | ||
">= 4.0.0 < 4.7.1": { | ||
"version": "4.7.1", | ||
"reason": "https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/" | ||
} | ||
@@ -71,0 +71,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
23585