multiparty
Advanced tools
Comparing version 2.1.7 to 2.1.8
@@ -548,4 +548,4 @@ exports.Form = Form; | ||
self.boundary = new Buffer(boundary.length + 4); | ||
self.boundary.write('\r\n--', 'ascii', 0); | ||
self.boundary.write(boundary, 'ascii', 4); | ||
self.boundary.write('\r\n--', 0, boundary.length + 4, 'ascii'); | ||
self.boundary.write(boundary, 4, boundary.length, 'ascii'); | ||
self.lookbehind = new Buffer(self.boundary.length + 8); | ||
@@ -552,0 +552,0 @@ self.state = START; |
{ | ||
"name": "multiparty", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"description": "multipart/form-data parser which supports streaming", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
3563681
53
1249
12
13