bug-versions
Advanced tools
Comparing version 1.54.0 to 1.54.1
@@ -1,6 +0,6 @@ | ||
# [1.54.0](https://github.com/cnpm/bug-versions/compare/1.53.0...1.54.0) (2021-01-16) | ||
## [1.54.1](https://github.com/cnpm/bug-versions/compare/1.54.0...1.54.1) (2021-02-08) | ||
### Features | ||
### Bug Fixes | ||
* nodejs January 2021 Security Releases ([#126](https://github.com/cnpm/bug-versions/issues/126)) ([42636cf](https://github.com/cnpm/bug-versions/commit/42636cf11b443639a83e0b18e68974bfe6433f6d)) | ||
* graceful-fs fs.copyFile breaking change ([#128](https://github.com/cnpm/bug-versions/issues/128)) ([ca6c077](https://github.com/cnpm/bug-versions/commit/ca6c077b337e043969e2b63a31b55ebdd253de29)) |
{ | ||
"name": "bug-versions", | ||
"version": "1.54.0", | ||
"version": "1.54.1", | ||
"description": "collect all bug versions on npm package", | ||
@@ -630,2 +630,8 @@ "main": "index.js", | ||
} | ||
}, | ||
"graceful-fs": { | ||
"4.2.5": { | ||
"version": "4.2.5", | ||
"reason": "fs.copyFile breaking change" | ||
} | ||
} | ||
@@ -632,0 +638,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
21789