then-busboy
Advanced tools
Comparing version 5.2.0 to 5.2.1
{ | ||
"name": "then-busboy", | ||
"description": "Promise-based wrapper around Busboy. Processes multipart/form-data request body and returns it in a single object.", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"author": "Nick K. <io@octetstream.me>", | ||
@@ -12,3 +12,4 @@ "license": "MIT", | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.js" | ||
"require": "./lib/cjs/index.js", | ||
"types": "./@type/index.d.ts" | ||
}, | ||
@@ -38,3 +39,3 @@ "engines": { | ||
"test": "ava --fail-fast", | ||
"cleanup": "npx rimraf @type \"lib/**/*.js\"", | ||
"cleanup": "rimraf @type \"lib/**/*.js\"", | ||
"prepare": "npm run cleanup && npm run build", | ||
@@ -65,3 +66,2 @@ "_postinstall": "husky install", | ||
"c8": "7.11.3", | ||
"codecov": "3.8.3", | ||
"eslint": "7.32.0", | ||
@@ -79,2 +79,3 @@ "eslint-config-airbnb-typescript": "12.3.1", | ||
"proxyquire": "2.1.3", | ||
"rimraf": "^3.0.2", | ||
"sinon": "14.0.0", | ||
@@ -81,0 +82,0 @@ "supertest": "6.2.3", |
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
78100