Comparing version 9.0.1 to 9.0.2
@@ -1173,3 +1173,3 @@ var util = require('util') | ||
if (this.currentbuffersize > 10240) { | ||
if (this.currentbuffersize > 1048576) { | ||
this._intenalwrite() | ||
@@ -1176,0 +1176,0 @@ } |
{ | ||
"name": "chrome-fs", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "Use the Node `fs` API in Chrome Apps", | ||
@@ -5,0 +5,0 @@ "main": "main.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
43032