You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

iso-crypto

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iso-crypto - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+9
-9
package.json
{
"name": "iso-crypto",
"version": "1.2.0",
"version": "1.2.1",
"description": "Isomorphic cryptographic functions for browser and NodeJS.",

@@ -58,5 +58,5 @@ "engines": {

"@biomejs/biome": "^1.9.4",
"@types/chai": "^5.0.0",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.1",
"@types/node": "^22.8.6",
"@types/sinon": "^17.0.3",

@@ -66,11 +66,11 @@ "c8": "^10.1.2",

"expect-type": "^1.1.0",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"sinon": "^19.0.2",
"typescript": "^5.6.3",
"barrelify": "^1.2.1",
"@leyman/eslint-config": "^0.0.2",
"mocha-chain": "^0.0.6",
"nx-tsc": "^0.0.11",
"nx-update-ts-references": "^0.0.6"
"@leyman/eslint-config": "^0.0.4",
"barrelify": "^1.2.3",
"mocha-chain": "^0.0.8",
"nx-update-ts-references": "^0.0.8",
"nx-tsc": "^0.0.13"
}
}