@thirdweb-dev/crypto
Advanced tools
Comparing version 0.2.4 to 0.2.5-nightly-703cb6ae3cc51fa4b0ba7c87f09f8e84dab8ed3f-20240407171328
{ | ||
"name": "@thirdweb-dev/crypto", | ||
"version": "0.2.4", | ||
"version": "0.2.5-nightly-703cb6ae3cc51fa4b0ba7c87f09f8e84dab8ed3f-20240407171328", | ||
"main": "dist/thirdweb-dev-crypto.cjs.js", | ||
@@ -34,2 +34,3 @@ "module": "dist/thirdweb-dev-crypto.esm.js", | ||
"devDependencies": { | ||
"eslint": "8.57.0", | ||
"@preconstruct/cli": "2.7.0", | ||
@@ -39,8 +40,8 @@ "@thirdweb-dev/tsconfig": "^0.1.7", | ||
"crypto-js": "^4.2.0", | ||
"eslint-config-thirdweb": "^0.1.8", | ||
"eslint-config-thirdweb": "^0.1.9-nightly-703cb6ae3cc51fa4b0ba7c87f09f8e84dab8ed3f-20240407171328", | ||
"ethers": "^5.7.2", | ||
"js-awe": "^1.0.65", | ||
"tinybench": "^2.6.0", | ||
"typescript": "5.4.3", | ||
"viem": "2.9.6" | ||
"typescript": "5.4.4", | ||
"viem": "2.9.9" | ||
}, | ||
@@ -52,3 +53,3 @@ "engines": { | ||
"format": "prettier --write 'src/**/*'", | ||
"lint": "eslint src/ && bunx publint --strict --level warning", | ||
"lint": "eslint src/", | ||
"fix": "eslint src/ --fix", | ||
@@ -58,3 +59,3 @@ "clean": "rm -rf dist/", | ||
"push": "yalc push", | ||
"test": "bun test", | ||
"test": "vitest", | ||
"benchmark:aes-encrypt": "bun benchmark/aes-encrypt.ts", | ||
@@ -61,0 +62,0 @@ "benchmark:aes-decrypt": "bun benchmark/aes-decrypt.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108577
11