bug-versions
Advanced tools
Comparing version 1.2.0 to 1.3.0
1.3.0 / 2018-03-13 | ||
================== | ||
**fixes** | ||
* [[`e65f8a0`](http://github.com/cnpm/bug-versions/commit/e65f8a0972e60a0a3c103c126c770168b04d3253)] - fix: forbid request@2.84.0 (#4) (Haoliang Gao <<sakura9515@gmail.com>>) | ||
1.2.0 / 2018-02-11 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "collect all bug versions on npm package", | ||
@@ -47,2 +47,8 @@ "main": "index.js", | ||
} | ||
}, | ||
"request": { | ||
"2.84.0": { | ||
"version": "2.85.0", | ||
"reason": "https://github.com/cnpm/bug-versions/issues/3" | ||
} | ||
} | ||
@@ -49,0 +55,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
3637