New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@postman/form-data

Package Overview
Dependencies
Maintainers
154
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postman/form-data - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

lib/form_data.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc