ecies-geth
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ecies-geth", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "JavaScript Elliptic Curve Integrated Encryption Scheme (ECIES) Library - Based off Geth's implementation", | ||
@@ -10,3 +10,3 @@ "main": "dist/lib/src/typescript/index.js", | ||
"build": "tsc", | ||
"test": "mocha 'test/src/typescript/node.specs.ts' --require ts-node/register && tsc && browserify ./dist/test/src/typescript/browser.specs.js -o dist/test/src/typescript/index.js && live-server --port=9001 --mount=/:test/src/typescript" | ||
"test": "tsc && mocha 'test/src/typescript/node.specs.ts' --require ts-node/register && browserify ./dist/test/src/typescript/browser.specs.js -o dist/test/src/typescript/index.js && live-server --port=9001 --mount=/:test/src/typescript" | ||
}, | ||
@@ -26,5 +26,6 @@ "repository": { | ||
"ecdsa", | ||
"ecdh" | ||
"ecdh", | ||
"go-ethereum" | ||
], | ||
"author": "Edgewhere <contact@edgewhere.fr>", | ||
"author": "Edgewhere <cdever@edgewhere.fr>", | ||
"license": "MIT", | ||
@@ -56,2 +57,2 @@ "bugs": { | ||
} | ||
} | ||
} |
# ecies-geth | ||
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/edgewhere/ecies-geth) | ||
![npm](https://img.shields.io/npm/dw/ecies-geth) | ||
![GitHub last commit](https://img.shields.io/github/last-commit/edgewhere/ecies-geth) | ||
![GitHub issues](https://img.shields.io/github/issues/edgewhere/ecies-geth) | ||
![GitHub](https://img.shields.io/github/license/edgewhere/ecies-geth) | ||
This is a JavaScript Elliptic Curve Integrated Encryption Scheme (ECIES) library for use in both Browser and NodeJS apps. | ||
@@ -4,0 +10,0 @@ This module is a modified version of the [`eccrypto`](https://github.com/bitchan/eccrypto) JavaScript library. |
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
35920
120