@postman/form-data
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -268,3 +268,3 @@ var CombinedStream = require('combined-stream'); | ||
if (NON_ASCII_REGEX.test(filename)) { | ||
contentDisposition.push('filename*="' + this._encodeHeaderParam(filename) + '"'); | ||
contentDisposition.push('filename*=' + this._encodeHeaderParam(filename)); | ||
} | ||
@@ -271,0 +271,0 @@ |
{ | ||
"name": "@postman/form-data", | ||
"description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
30763