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.1.0 to 1.2.0

3

dist/classes/FormReader.js

@@ -10,3 +10,2 @@ "use strict";

const common_1 = require("@nestjs/common");
const FileSystemStoredFile_1 = require("./storage/FileSystemStoredFile");
class FormReader {

@@ -83,3 +82,3 @@ constructor(req, config) {

async loadFile(filename, encoding, mimetype, stream) {
return await FileSystemStoredFile_1.FileSystemStoredFile.create(filename, encoding, mimetype, stream, this.config);
return await this.config['storage'].create(filename, encoding, mimetype, stream, this.config);
}

@@ -86,0 +85,0 @@ }

{
"name": "nestjs-form-data",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index",

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