Comparing version 2.0.0-rc.3 to 2.0.0-rc.4
import { extname } from 'node:path' | ||
import { pipeline } from 'node:stream/promises' | ||
import { pipeline as _pipeline } from 'node:stream' | ||
import { promisify } from 'node:util' | ||
import Busboy from 'busboy' | ||
import Busboy from '@fastify/busboy' | ||
import { createWriteStream } from 'fs-temp' | ||
@@ -14,2 +14,3 @@ import hasOwnProperty from 'has-own-property' | ||
const onFinished = promisify(_onFinished) | ||
const pipeline = promisify(_pipeline) | ||
@@ -16,0 +17,0 @@ function drainStream (stream) { |
{ | ||
"name": "multer", | ||
"description": "Middleware for handling `multipart/form-data`.", | ||
"version": "2.0.0-rc.3", | ||
"version": "2.0.0-rc.4", | ||
"contributors": [ | ||
@@ -24,6 +24,6 @@ "Hage Yaapa <captain@hacksparrow.com> (http://www.hacksparrow.com)", | ||
"dependencies": { | ||
"@fastify/busboy": "^1.0.0", | ||
"append-field": "^2.0.0", | ||
"busboy": "^0.3.1", | ||
"bytes": "^3.1.0", | ||
"fs-temp": "^2.0.0", | ||
"fs-temp": "^2.0.1", | ||
"has-own-property": "^2.0.0", | ||
@@ -30,0 +30,0 @@ "on-finished": "^2.3.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17748
245
+ Added@fastify/busboy@^1.0.0
+ Added@fastify/busboy@1.2.1(transitive)
+ Addedtext-decoding@1.0.0(transitive)
- Removedbusboy@^0.3.1
- Removedbusboy@0.3.1(transitive)
- Removeddicer@0.3.0(transitive)
- Removedstreamsearch@0.1.2(transitive)
Updatedfs-temp@^2.0.1