Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eik/core

Package Overview
Dependencies
Maintainers
4
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eik/core - npm Package Compare versions

Comparing version 1.2.28 to 1.2.29

7

CHANGELOG.md

@@ -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 @@

4

lib/handlers/map.put.js

@@ -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"
}
}
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