random-access-file
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -187,3 +187,3 @@ var thunky = require('thunky') | ||
} | ||
fs.write(self.fd, buf, buf.length - offset, length, offset, onwrite) | ||
fs.write(self.fd, buf, buf.length - length, length, offset, onwrite) | ||
} | ||
@@ -190,0 +190,0 @@ } |
{ | ||
"name": "random-access-file", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "Continuous reading or writing to a file using random offsets and lengths", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
19345
8
586
3