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 Versions

134

1.9.1

Diff

Changelog

Source

v1.9.1

  • Resolved Issue 47
  • Fixed issue with mappings files to same field
  • Removed node-append-field library from dependencies and placed in the project (for modification)
  • Added tests for reproduce Issue 49
dmitriy-nz
published 1.9.0 •

Changelog

Source

v1.9.0

  • Added NestJs 10 support
dmitriy-nz
published 1.8.7 •

Changelog

Source

v1.8.7

  • Resolved Issue 45
  • Added support class-validator "^0.13.2" in peer dependencies
dmitriy-nz
published 1.8.6 •

Changelog

Source

v1.8.6

  • Resolved Issue 41
  • Added the isGlobal configuration parameter, which allows you to make the module global for all submodules.
  • Added tests to test the isGlobal parameter for future support.
  • Updated readme
dmitriy-nz
published 1.8.5 •

Changelog

Source

v1.8.5 - v1.8.5

  • Updated peerDependencies to version ^0.14.0
dmitriy-nz
published 1.8.4 •

dmitriy-nz
published 1.8.3 •

Changelog

Source

v1.8.3

  • fix issue 35, added missing field buffer: Buffer in class MemoryStoredFile in version 1.8.0
  • Fix link to changelog in README.md
dmitriy-nz
published 1.8.2 •

Changelog

Source

v1.8.2

  • fix issue 29
  • Cleared the default error handling, which duplicated the standard error handling. Custom error handlers work again
  • Fixed errors when deleting files after processing requests if there is no delete method
dmitriy-nz
published 1.8.1 •

Changelog

Source

v1.8.1

  • fix issue 34
  • removed 'node:stream' imports to ensure compatibility
dmitriy-nz
published 1.8.0 •

Changelog

Source

v1.8.0

  • Changed incoming arguments for the factory method StoredFile.create() Your custom classes for saving files will be broken, they will need to be fixed, example in src/classes/storage/MemoryStoredFile.ts
  • Added file-type dependency as a reliable source for getting file mime-type and extension.
  • Changed HasMimeType validator, added second argument to strictly check mime-type source
  • Added HasExtension validator, to check file extension, uses file-type
  • Added tests to test validators
  • Modified README.md, added more information about validators and their usage
  • Added CHANGELOG.md
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