ecies-geth
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "ecies-geth", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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": "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" | ||
"test": "tsc && mocha 'test/src/typescript/node.spec.ts' --require ts-node/register && browserify ./dist/test/src/typescript/browser.spec.js -o dist/test/src/typescript/index.js && live-server --port=9001 --mount=/:test/src/typescript" | ||
}, | ||
@@ -41,3 +41,2 @@ "repository": { | ||
"@types/node": "^12.12.29", | ||
"@types/typescript": "^2.0.0", | ||
"browserify": "^16.5.0", | ||
@@ -44,0 +43,0 @@ "chai": "^4.2.0", |
@@ -7,3 +7,3 @@ # ecies-geth | ||
![GitHub issues](https://img.shields.io/github/issues/edgewhere/ecies-geth) | ||
![GitHub](https://img.shields.io/github/license/edgewhere/ecies-geth) | ||
![NPM](https://img.shields.io/npm/l/ecies-geth) | ||
@@ -10,0 +10,0 @@ This is a JavaScript Elliptic Curve Integrated Encryption Scheme (ECIES) library for use in both Browser and NodeJS apps. |
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
12
35861