Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ecies-geth

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecies-geth - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

11

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc