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.0 to 1.6.1

10

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

@@ -38,3 +38,3 @@ "main": "dist/index",

"rimraf": "^3.0.2",
"rxjs": "^6.6.3",
"rxjs": "^7.5.2",
"supertest": "6.1.3",

@@ -45,8 +45,8 @@ "ts-jest": "^26.5.6",

"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/common": "^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3"
"rxjs": "^6.6.3 || ^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