ecies-geth
Advanced tools
Comparing version 1.6.13 to 1.6.14
{ | ||
"name": "ecies-geth", | ||
"version": "1.6.13", | ||
"version": "1.6.14", | ||
"description": "JavaScript Elliptic Curve Integrated Encryption Scheme (ECIES) Library - Based off Geth's implementation", | ||
@@ -43,14 +43,14 @@ "main": "dist/lib/src/typescript/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.5", | ||
"@types/chai-as-promised": "^7.1.5", | ||
"@types/elliptic": "^6.4.14", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.5.7", | ||
"@types/secp256k1": "^4.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"@types/chai": "^4.3.6", | ||
"@types/chai-as-promised": "^7.1.6", | ||
"@types/elliptic": "^6.4.15", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "^20.8.2", | ||
"@types/secp256k1": "^4.0.4", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"browserify": "^17.0.0", | ||
"chai": "^4.3.8", | ||
"chai": "^4.3.10", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^8.48.0", | ||
"eslint": "^8.50.0", | ||
"eslint-plugin-no-loops": "~0.3.0", | ||
@@ -57,0 +57,0 @@ "mocha": "^10.2.0", |
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
59181