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

formstream

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formstream - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

types/formstream.d.ts

13

package.json
{
"name": "formstream",
"version": "1.2.0",
"version": "1.3.0",
"description": "A multipart/form-data encoded stream, helper for file upload.",
"main": "lib/formstream.js",
"types": "types/formstream.d.ts",
"files": [
"lib"
"lib",
"types/formstream.d.ts"
],

@@ -12,4 +14,5 @@ "scripts": {

"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov",
"lint": "jshint ."
"ci": "npm run lint && npm run tsd && npm run cov",
"lint": "jshint .",
"tsd": "tsd"
},

@@ -35,2 +38,3 @@ "repository": {

"devDependencies": {
"@types/node": "^20.4.3",
"connect-multiparty": "1",

@@ -42,2 +46,3 @@ "egg-bin": "^5.6.1",

"should": "4",
"tsd": "^0.28.1",
"urllib": "2"

@@ -44,0 +49,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