@eik/core
Advanced tools
Comparing version 1.2.28 to 1.2.29
@@ -0,1 +1,8 @@ | ||
## [1.2.29](https://github.com/eik-lib/core/compare/v1.2.28...v1.2.29) (2022-01-05) | ||
### Bug Fixes | ||
* Upgrade to major version 1.3.0 of Busboy ([#296](https://github.com/eik-lib/core/issues/296)) ([295eec0](https://github.com/eik-lib/core/commit/295eec01d9c97d421f68cd3ecfd05e083716c462)) | ||
## [1.2.28](https://github.com/eik-lib/core/compare/v1.2.27...v1.2.28) (2021-11-15) | ||
@@ -2,0 +9,0 @@ |
@@ -69,3 +69,3 @@ 'use strict'; | ||
const busboy = new Busboy({ | ||
const busboy = Busboy({ | ||
headers: incoming.headers, | ||
@@ -87,3 +87,3 @@ limits: { | ||
busboy.on('finish', () => { | ||
busboy.on('close', () => { | ||
Promise.all(queue).then((items) => { | ||
@@ -90,0 +90,0 @@ // Resolve with only the first item in the array since |
@@ -38,3 +38,3 @@ 'use strict'; | ||
const busboy = new Busboy({ | ||
const busboy = Busboy({ | ||
headers: incoming.headers, | ||
@@ -86,3 +86,3 @@ limits: { | ||
busboy.once('finish', () => { | ||
busboy.once('close', () => { | ||
Promise.all(queue).then((items) => { | ||
@@ -89,0 +89,0 @@ resolve(items); |
{ | ||
"name": "@eik/core", | ||
"version": "1.2.28", | ||
"version": "1.2.29", | ||
"description": "Core server package", | ||
@@ -25,4 +25,4 @@ "main": "lib/main.js", | ||
"abslog": "2.4.0", | ||
"busboy": "0.3.1", | ||
"http-errors": "1.8.1", | ||
"busboy": "1.3.0", | ||
"http-errors": "2.0.0", | ||
"mime": "3.0.0", | ||
@@ -39,6 +39,6 @@ "original-url": "1.2.3", | ||
"@semantic-release/git": "10.0.1", | ||
"eslint": "7.32.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
"eslint": "8.6.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.25.3", | ||
"eslint-plugin-import": "2.25.4", | ||
"eslint-plugin-prettier": "4.0.0", | ||
@@ -48,6 +48,6 @@ "form-data": "4.0.0", | ||
"node-fetch": "2.6.6", | ||
"prettier": "2.4.1", | ||
"semantic-release": "18.0.0", | ||
"tap": "15.0.10" | ||
"prettier": "2.5.1", | ||
"semantic-release": "18.0.1", | ||
"tap": "15.1.6" | ||
} | ||
} |
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
120741
2
+ Addedbusboy@1.3.0(transitive)
+ Addeddepd@2.0.0(transitive)
+ Addedhttp-errors@2.0.0(transitive)
+ Addedstatuses@2.0.1(transitive)
+ Addedstreamsearch@1.1.0(transitive)
- Removedbusboy@0.3.1(transitive)
- Removeddepd@1.1.2(transitive)
- Removeddicer@0.3.0(transitive)
- Removedhttp-errors@1.8.1(transitive)
- Removedstatuses@1.5.0(transitive)
- Removedstreamsearch@0.1.2(transitive)
Updatedbusboy@1.3.0
Updatedhttp-errors@2.0.0