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

nestjs-form-data

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-form-data - npm Package Compare versions

Comparing version 1.6.4 to 1.7.0

16

package.json
{
"name": "nestjs-form-data",
"version": "1.6.4",
"version": "1.7.0",
"description": "NestJS middleware for handling multipart/form-data, which is primarily used for uploading files",

@@ -23,6 +23,6 @@ "main": "dist/index",

"devDependencies": {
"@nestjs/common": "^7.3.0",
"@nestjs/core": "^7.3.0",
"@nestjs/platform-express": "^7.6.17",
"@nestjs/testing": "^7.6.17",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@types/busboy": "^1.5.0",

@@ -45,8 +45,8 @@ "@types/jest": "^26.0.23",

"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0",
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0",
"class-transformer": "^0.4.0 || ^0.5.1",
"class-validator": "^0.13.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3 || ^7.5.0"
"rxjs": "^6.6.3 || ^7.2.0 || ^7.5.0"
},

@@ -53,0 +53,0 @@ "dependencies": {

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