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.3.61 to 1.4.0

12

CHANGELOG.md

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

# [1.4.0](https://github.com/eik-lib/core/compare/v1.3.61...v1.4.0) (2024-08-14)
### Bug Fixes
* update to @eik/common v2.1.0 ([7ac426b](https://github.com/eik-lib/core/commit/7ac426b4a1e7c6698672b0e01a411a00afc2b5c1))
### Features
* add support for Eik image type ([d54b4c9](https://github.com/eik-lib/core/commit/d54b4c9a15d36851b5ab8b7e8a09cfdb9f3ca786))
## [1.3.61](https://github.com/eik-lib/core/compare/v1.3.60...v1.3.61) (2024-08-14)

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

1

lib/main.js

@@ -60,2 +60,3 @@ import FS from "@eik/sink-file-system";

base_npm: globals.BASE_NPM,
base_img: globals.BASE_IMG,
};

@@ -62,0 +63,0 @@

@@ -6,4 +6,5 @@ const globals = {

BASE_NPM: "npm",
BASE_IMG: "img",
ROOT: "/",
};
export default globals;

2

package.json
{
"name": "@eik/core",
"version": "1.3.61",
"version": "1.4.0",
"description": "Core server package",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

@@ -32,2 +32,3 @@ declare namespace _default {

let base_npm: string;
let base_img: string;
}

@@ -34,0 +35,0 @@ import VersionsGet from "./handlers/versions.get.js";

@@ -7,3 +7,4 @@ export default globals;

let BASE_NPM: string;
let BASE_IMG: string;
let ROOT: string;
}
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