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

@fortify-ts/bulkhead

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fortify-ts/bulkhead - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
0.1.2
to
0.1.3
+17
-4
package.json
{
"name": "@fortify-ts/bulkhead",
"version": "0.1.2",
"version": "0.1.3",
"description": "Concurrency limiter bulkhead pattern for @fortify-ts",

@@ -26,6 +26,8 @@ "type": "module",

"zod": "^4.1.13",
"@fortify-ts/core": "0.1.2"
"@fortify-ts/core": "0.1.3"
},
"devDependencies": {
"typescript": "^5.9.3"
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^4.0.15"
},

@@ -35,3 +37,2 @@ "peerDependencies": {

},
"sideEffects": false,
"repository": {

@@ -42,2 +43,9 @@ "type": "git",

},
"homepage": "https://github.com/felixgeelhaar/fortify-ts/tree/main/packages/bulkhead#readme",
"bugs": {
"url": "https://github.com/felixgeelhaar/fortify-ts/issues"
},
"engines": {
"node": ">=20.0.0"
},
"keywords": [

@@ -51,8 +59,13 @@ "bulkhead",

"license": "MIT",
"sideEffects": false,
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"dev": "tsup --watch",
"lint": "eslint src",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit"
}
}