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.4 to 1.0.5

5

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

2

README.md

@@ -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.

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