formidable
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -61,4 +61,4 @@ var Buffer = require('buffer').Buffer, | ||
this.boundary = new Buffer(str.length+4); | ||
this.boundary.write('\r\n--', 'ascii', 0); | ||
this.boundary.write(str, 'ascii', 4); | ||
this.boundary.write('\r\n--', 0); | ||
this.boundary.write(str, 4); | ||
this.lookbehind = new Buffer(this.boundary.length+8); | ||
@@ -65,0 +65,0 @@ this.state = S.START; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/felixge/node-formidable", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"devDependencies": { | ||
@@ -8,0 +8,0 @@ "gently": "0.8.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
40820