crumbl-signer
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "crumbl-signer", | ||
"description": "Signer server for the Crumbl platform", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"main": "dist/src/typescript/index.js", | ||
@@ -36,8 +36,8 @@ "types": "dist/src/typescript/index.d.ts", | ||
"compression": "^1.7.4", | ||
"config": "^3.3.8", | ||
"config": "^3.3.9", | ||
"cors": "^2.8.5", | ||
"crumbl-js": "^6.2.9", | ||
"ecies-geth": "^1.6.8", | ||
"crumbl-js": "^6.2.10", | ||
"ecies-geth": "^1.6.9", | ||
"express": "^4.18.2", | ||
"feistel-cipher": "^1.4.2", | ||
"feistel-cipher": "^1.4.3", | ||
"fp-ts": "^2.13.1", | ||
@@ -50,3 +50,3 @@ "helmet": "^6.0.1", | ||
"tiny-secp256k1": "^2.2.1", | ||
"ts-utls": "^1.5.11", | ||
"ts-utls": "^1.5.12", | ||
"uuidv4": "^6.2.13" | ||
@@ -56,3 +56,3 @@ }, | ||
"blakejs": "^1.2.1", | ||
"keccak": "^3.0.2", | ||
"keccak": "^3.0.3", | ||
"sha3": "^2.1.4" | ||
@@ -67,10 +67,10 @@ }, | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "18.11.17", | ||
"@typescript-eslint/eslint-plugin": "^5.46.1", | ||
"@typescript-eslint/parser": "^5.46.1", | ||
"@types/node": "18.11.18", | ||
"@typescript-eslint/eslint-plugin": "^5.48.2", | ||
"@typescript-eslint/parser": "^5.48.2", | ||
"blakejs": "^1.2.1", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.30.0", | ||
"eslint": "^8.32.0", | ||
"eslint-plugin-no-loops": "~0.3.0", | ||
"keccak": "^3.0.2", | ||
"keccak": "^3.0.3", | ||
"mocha": "^10.2.0", | ||
@@ -77,0 +77,0 @@ "sha3": "^2.1.4", |
@@ -125,2 +125,2 @@ # crumbl-signer | ||
<hr /> | ||
© 2020-2022 Cyril Dever. All rights reserved. | ||
© 2020-2023 Cyril Dever. All rights reserved. |
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
42354
Updatedconfig@^3.3.9
Updatedcrumbl-js@^6.2.10
Updatedecies-geth@^1.6.9
Updatedfeistel-cipher@^1.4.3
Updatedts-utls@^1.5.12