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

@eik/core

Package Overview
Dependencies
Maintainers
0
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.4.3 to 2.0.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [2.0.0](https://github.com/eik-lib/core/compare/v1.4.3...v2.0.0) (2024-11-15)
### Bug Fixes
* update dependencies ([#460](https://github.com/eik-lib/core/issues/460)) ([1b69224](https://github.com/eik-lib/core/commit/1b69224219dfe66b75ee048f891c97da85113e14))
### BREAKING CHANGES
* Requires Node >=20.5.0. Uses `text/javascript` instead of `application/javascript` as mimetype.
## [1.4.3](https://github.com/eik-lib/core/compare/v1.4.2...v1.4.3) (2024-11-13)

@@ -2,0 +14,0 @@

6

lib/multipart/parser.js

@@ -6,3 +6,3 @@ import { pipeline } from "node:stream";

import ssri from "ssri";
import tar from "tar";
import { Parser } from "tar";

@@ -135,5 +135,5 @@ import { createFilePathToAsset } from "../utils/path-builders-fs.js";

const extract = new tar.Parse({
const extract = new Parser({
strict: true,
onentry: (entry) => {
onReadEntry: (entry) => {
// Entries not supported must be thrown

@@ -140,0 +140,0 @@ // away for extraction to continue

{
"name": "@eik/core",
"version": "1.4.3",
"version": "2.0.0",
"description": "Core server package",

@@ -28,6 +28,6 @@ "main": "lib/main.js",

"dependencies": {
"@eik/common": "4.1.1",
"@eik/common": "5.0.0",
"@eik/sink": "1.2.5",
"@eik/sink-file-system": "1.0.1",
"@eik/sink-memory": "1.1.2",
"@eik/sink-file-system": "2.0.0",
"@eik/sink-memory": "2.0.0",
"@metrics/client": "2.5.4",

@@ -37,11 +37,11 @@ "abslog": "2.4.4",

"http-errors": "2.0.0",
"mime": "3.0.0",
"mime": "4.0.4",
"original-url": "1.2.3",
"semver": "7.6.3",
"ssri": "10.0.6",
"tar": "6.2.1",
"unique-slug": "4.0.0"
"ssri": "12.0.0",
"tar": "7.4.3",
"unique-slug": "5.0.0"
},
"devDependencies": {
"@eik/eslint-config": "1.0.4",
"@eik/eslint-config": "1.0.5",
"@eik/prettier-config": "1.0.1",

@@ -51,13 +51,13 @@ "@eik/semantic-release-config": "1.0.0",

"@types/readable-stream": "4.0.18",
"eslint": "9.13.0",
"eslint": "9.14.0",
"form-data": "4.0.1",
"mkdirp": "3.0.1",
"node-fetch": "3.3.2",
"npm-run-all2": "5.0.2",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"semantic-release": "24.1.2",
"tap": "18.8.0",
"typescript": "5.5.4"
"semantic-release": "24.2.0",
"tap": "21.0.1",
"typescript": "5.6.3"
}
}
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