formdata-node
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -169,3 +169,3 @@ "use strict"; | ||
this.__carriage = "\r\n"; | ||
this.__defaultContentType = "application/octet-steam"; | ||
this.__defaultContentType = "application/octet-stream"; | ||
this.__dashes = "--"; | ||
@@ -172,0 +172,0 @@ this.__boundary = (0, _concat.default)(["NodeJSFormDataStream", (0, _boundary.default)()]); |
{ | ||
"name": "formdata-node", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "FormData implementation for Node.js. Built over Readable stream and async generators. Can be used to communicate between servers with multipart/form-data format.", | ||
@@ -5,0 +5,0 @@ "repository": "octet-stream/form-data", |
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
71820