Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@eik/core

Package Overview
Dependencies
Maintainers
5
Versions
210
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
2.1.47
to
2.1.48
+7
-0
CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.1.48](https://github.com/eik-lib/core/compare/v2.1.47...v2.1.48) (2026-05-28)
### Bug Fixes
* Replace Tap with node.js test runner ([#588](https://github.com/eik-lib/core/issues/588)) ([823e940](https://github.com/eik-lib/core/commit/823e940f976168bcad4d9fa504476c1fe9c2a452))
## [2.1.47](https://github.com/eik-lib/core/compare/v2.1.46...v2.1.47) (2026-05-27)

@@ -2,0 +9,0 @@

+3
-4
{
"name": "@eik/core",
"version": "2.1.47",
"version": "2.1.48",
"description": "Core server package",

@@ -18,4 +18,4 @@ "main": "lib/main.js",

"lint:fix": "eslint --fix .",
"test": "tap --disable-coverage --allow-empty-coverage",
"test:snapshots": "tap --snapshot",
"test": "node --test 'test/**/*.js'",
"test:snapshots": "node --test --test-update-snapshots 'test/**/*.js'",
"types": "run-s types:module types:test",

@@ -58,5 +58,4 @@ "types:module": "tsc",

"semantic-release": "25.0.3",
"tap": "21.7.4",
"typescript": "6.0.3"
}
}