bug-versions
Advanced tools
Comparing version 1.10.2 to 1.11.0
1.11.0 / 2018-09-27 | ||
================== | ||
**fixes** | ||
* [[`7b24bd6`](http://github.com/cnpm/bug-versions/commit/7b24bd6e3c00c2d18c6d3b2b283ecec59b375d7b)] - fix: @nodelib/fs.stat missing index.js.map (#18) (killa <<killa123@126.com>>) | ||
1.10.2 / 2018-09-11 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.10.2", | ||
"version": "1.11.0", | ||
"description": "collect all bug versions on npm package", | ||
@@ -150,2 +150,8 @@ "main": "index.js", | ||
} | ||
}, | ||
"@nodelib/fs.stat": { | ||
"1.1.2": { | ||
"version": "1.1.1", | ||
"reason": "missing index.js.map, https://github.com/nodelib/nodelib/issues/24" | ||
} | ||
} | ||
@@ -152,0 +158,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
9977