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

@eik/common

Package Overview
Dependencies
Maintainers
5
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eik/common - npm Package Compare versions

Comparing version
5.1.28
to
5.1.29
+7
-0
CHANGELOG.md

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

## [5.1.29](https://github.com/eik-lib/common/compare/v5.1.28...v5.1.29) (2026-05-28)
### Bug Fixes
* Replace Tap with node.js test runner ([#456](https://github.com/eik-lib/common/issues/456)) ([f1e86e3](https://github.com/eik-lib/common/commit/f1e86e3f01786d5c235f68ecbb350e0bda68141a))
## [5.1.28](https://github.com/eik-lib/common/compare/v5.1.27...v5.1.28) (2026-05-27)

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

+4
-11
{
"name": "@eik/common",
"version": "5.1.28",
"version": "5.1.29",
"description": "Common utilities for Eik modules",

@@ -15,10 +15,4 @@ "main": "lib/index.js",

],
"tap": {
"exclude": [
"test/**/*.d.ts",
"test/fixtures/**"
]
},
"scripts": {
"clean": "rimraf .tap node_modules types",
"clean": "node -e \"['.tap', 'node_modules', 'types'].forEach(d => require('fs').rmSync(d, {recursive: true, force: true}))\"",
"lint": "eslint .",

@@ -28,3 +22,3 @@ "lint:fix": "eslint --fix .",

"schema:outdated": "npm run schema:types && git diff --exit-code HEAD:eikjson.d.ts eikjson.d.ts",
"test": "tap --disable-coverage --allow-empty-coverage",
"test": "node --test 'test/**/*.test.js'",
"types": "run-s types:module types:test",

@@ -59,2 +53,3 @@ "types:module": "tsc",

"@eik/eslint-config": "2.0.6",
"@types/node": "25.0.1",
"@semantic-release/changelog": "6.0.3",

@@ -71,8 +66,6 @@ "@semantic-release/git": "10.0.1",

"prettier": "3.8.3",
"rimraf": "6.1.3",
"semantic-release": "25.0.3",
"stoppable": "1.1.0",
"tap": "21.7.4",
"typescript": "6.0.3"
}
}