Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

formdata-node

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formdata-node - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

2

lib/FormData.js

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

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