ecies-geth
Advanced tools
Comparing version 1.6.10 to 1.6.11
{ | ||
"name": "ecies-geth", | ||
"version": "1.6.10", | ||
"version": "1.6.11", | ||
"description": "JavaScript Elliptic Curve Integrated Encryption Scheme (ECIES) Library - Based off Geth's implementation", | ||
@@ -43,19 +43,19 @@ "main": "dist/lib/src/typescript/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.4", | ||
"@types/chai": "^4.3.5", | ||
"@types/chai-as-promised": "^7.1.5", | ||
"@types/elliptic": "^6.4.14", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.15.5", | ||
"@types/node": "^20.1.7", | ||
"@types/secp256k1": "^4.0.3", | ||
"@typescript-eslint/eslint-plugin": "^5.56.0", | ||
"@typescript-eslint/parser": "^5.56.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.6", | ||
"@typescript-eslint/parser": "^5.59.6", | ||
"browserify": "^17.0.0", | ||
"chai": "^4.3.7", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^8.36.0", | ||
"eslint": "^8.40.0", | ||
"eslint-plugin-no-loops": "~0.3.0", | ||
"mocha": "^10.2.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.2" | ||
"typescript": "^5.0.4" | ||
} | ||
} |
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
59182