@fortify-ts/bulkhead
Advanced tools
+17
-4
| { | ||
| "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" | ||
| } | ||
| } |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
84971
0.47%1
-50%1
-50%3
200%Updated