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

express-form-post

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-form-post - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

7

index.js

@@ -16,3 +16,3 @@ "use strict";

}
/*

@@ -99,9 +99,8 @@ * validateBody validates the req.body before sending off files to the store

case "dropbox":{
let Dropbox = require("dropbox");
checkApi();
this.apiObject = new Dropbox({
this.apiObject = {
accessToken: this.opts.api.accessToken,
clientId: this.opts.api.clientId,
selectUser: this.opts.api.selectUser,
});
};
break;

@@ -108,0 +107,0 @@ }

{
"name": "express-form-post",
"version": "1.3.0",
"version": "1.3.1",
"description": "Simple, reliable and memory efficient http file parse and upload api",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,3 +15,3 @@ # Express Form Post

* Perfect for applications that require uploads on signup and those looking to save api requests
* This makes efp faster as it can abort the file upload if you invalidate the request body
* This makes efp faster for cloud storage as it can abort the file upload if you invalidate the request body
* Pipes buffer streams to api endpoints making it a very fast and memory efficient file uploader

@@ -150,3 +150,3 @@

```sh
$ npm install dropbox dropbox-stream --save
$ npm install dropbox-stream --save
```

@@ -153,0 +153,0 @@

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