bug-versions
Advanced tools
Comparing version 1.10.1 to 1.10.2
1.10.2 / 2018-09-11 | ||
================== | ||
**fixes** | ||
* [[`ffaddc8`](http://github.com/cnpm/bug-versions/commit/ffaddc8cd1fdb5764e20a3546abf1359f6056277)] - fix: debug breaking change, change to 3.0.1 (#17) (AngrySean <<xujihui1985@gmail.com>>) | ||
1.10.1 / 2018-08-30 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "collect all bug versions on npm package", | ||
@@ -144,2 +144,8 @@ "main": "index.js", | ||
} | ||
}, | ||
"debug": { | ||
"3.2.1": { | ||
"version": "3.0.1", | ||
"reason": "breaking change" | ||
} | ||
} | ||
@@ -146,0 +152,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
9558