Comparing version 1.6.6 to 1.6.7
@@ -228,3 +228,3 @@ const { Readable, Writable } = require('streamx') | ||
if (typeof position !== 'number') pos = -1 | ||
if (typeof pos !== 'number') pos = -1 | ||
@@ -268,3 +268,3 @@ const req = getReq() | ||
if (typeof position !== 'number') pos = -1 | ||
if (typeof pos !== 'number') pos = -1 | ||
@@ -307,3 +307,3 @@ const req = getReq() | ||
if (typeof position !== 'number') pos = -1 | ||
if (typeof pos !== 'number') pos = -1 | ||
@@ -347,3 +347,3 @@ const req = getReq() | ||
if (typeof position !== 'number') pos = -1 | ||
if (typeof pos !== 'number') pos = -1 | ||
@@ -350,0 +350,0 @@ const req = getReq() |
{ | ||
"name": "bare-fs", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "Native file system for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
81183