@yarnpkg/fslib
Advanced tools
Comparing version 2.5.0-rc.6 to 2.5.0-rc.7
@@ -113,3 +113,5 @@ "use strict"; | ||
}, error => { | ||
callback(error); | ||
// https://github.com/nodejs/node/blob/1317252dfe8824fd9cfee125d2aaa94004db2f3b/lib/fs.js#L655-L658 | ||
// Known issue: bytesRead could theoretically be > than 0, but we currently always return 0 | ||
callback(error, 0, buffer); | ||
}); | ||
@@ -116,0 +118,0 @@ }); |
{ | ||
"name": "@yarnpkg/fslib", | ||
"version": "2.5.0-rc.6", | ||
"version": "2.5.0-rc.7", | ||
"license": "BSD-2-Clause", | ||
@@ -8,3 +8,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@yarnpkg/libzip": "^2.2.2-rc.4", | ||
"@yarnpkg/libzip": "^2.2.2-rc.5", | ||
"tslib": "^1.13.0" | ||
@@ -11,0 +11,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
244836
6265
Updated@yarnpkg/libzip@^2.2.2-rc.5