iso-crypto
Advanced tools
+12
-12
| { | ||
| "name": "iso-crypto", | ||
| "version": "1.2.3", | ||
| "version": "1.2.4", | ||
| "description": "Isomorphic cryptographic functions for browser and NodeJS.", | ||
@@ -58,21 +58,21 @@ "engines": { | ||
| "@biomejs/biome": "^1.9.4", | ||
| "@swc/cli": "^0.5.2", | ||
| "@swc/core": "^1.10.4", | ||
| "@swc/cli": "^0.6.0", | ||
| "@swc/core": "^1.10.15", | ||
| "@types/chai": "^5.0.1", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^22.10.2", | ||
| "@types/node": "^22.13.1", | ||
| "@types/sinon": "^17.0.3", | ||
| "c8": "^10.1.3", | ||
| "chai": "^5.1.2", | ||
| "eslint": "^9.17.0", | ||
| "eslint": "^9.20.0", | ||
| "expect-type": "^1.1.0", | ||
| "mocha": "^11.0.1", | ||
| "mocha": "^11.1.0", | ||
| "sinon": "^19.0.2", | ||
| "typescript": "^5.7.2", | ||
| "@leyman/eslint-config": "^0.0.5", | ||
| "mocha-chain": "^0.0.10", | ||
| "nx-update-ts-references": "^0.2.0", | ||
| "barrelify": "^1.3.2", | ||
| "pnpm-dedicated-lockfile": "^0.0.3" | ||
| "typescript": "^5.7.3", | ||
| "mocha-chain": "^0.0.11", | ||
| "nx-update-ts-references": "^0.2.1", | ||
| "barrelify": "^1.3.3", | ||
| "pnpm-dedicated-lockfile": "^0.0.4", | ||
| "@leyman/eslint-config": "^0.0.1" | ||
| } | ||
| } |
61731
0