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

bitcore-ecies-dash

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore-ecies-dash - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

12

package.json
{
"name": "bitcore-ecies-dash",
"version": "1.0.3",
"version": "1.0.4",
"description": "ECIES implemented for Bitcore-Dash.",

@@ -17,6 +17,6 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/dashpay/bitcore-ecies-dash.git"
"url": "https://github.com/dashevo/bitcore-ecies-dash.git"
},
"keywords": [
"bitcoin",
"dash",
"bitcore",

@@ -31,5 +31,5 @@ "ecies",

"bugs": {
"url": "https://github.com/dashpay/bitcore-ecies-dash/issues"
"url": "https://github.com/dashevo/bitcore-ecies-dash/issues"
},
"homepage": "https://github.com/dashpay/bitcore-ecies-dash",
"homepage": "https://github.com/dashevo/bitcore-ecies-dash",
"devDependencies": {

@@ -45,4 +45,4 @@ "assert": "^1.1.2",

"aes": "^0.1.0",
"bitcore-lib-dash": "^0.13.18"
"bitcore-lib-dash": "^0.15.0"
}
}

@@ -1,11 +0,10 @@

<img src="http://bitcore.io/css/images/module-ecies.png" alt="bitcore ecies" height="35">
# ECIES for bitcore
# ECIES for Bitcore-Dash
[![NPM Package](https://img.shields.io/npm/v/bitcore-ecies.svg?style=flat-square)](https://www.npmjs.org/package/bitcore-ecies)
[![Build Status](https://img.shields.io/travis/bitpay/bitcore-ecies.svg?branch=master&style=flat-square)](https://travis-ci.org/bitpay/bitcore-ecies)
[![Coverage Status](https://img.shields.io/coveralls/bitpay/bitcore-ecies.svg?style=flat-square)](https://coveralls.io/r/bitpay/bitcore-ecies)
[![NPM Package](https://img.shields.io/npm/v/bitcore-ecies-dash.svg?style=flat-square)](https://www.npmjs.org/package/bitcore-ecies-dash)
[![Build Status](https://img.shields.io/travis/dashpay/bitcore-ecies-dash.svg?branch=master&style=flat-square)](https://travis-ci.org/dashpay/bitcore-ecies-dash)
[![Coverage Status](https://img.shields.io/coveralls/dashpay/bitcore-ecies-dash.svg?style=flat-square)](https://coveralls.io/r/dashpay/bitcore-ecies-dash)
A module for [bitcore][bitcore] that implements the [Elliptic Curve Integrated Encryption Scheme (ECIES)][ECIES]. Uses ECIES symmetric key negotiation from public keys to encrypt arbitrarily long data streams.
A module for [bitcore-dash][bitcore-dash] that implements the [Elliptic Curve Integrated Encryption Scheme (ECIES)][ECIES]. Uses ECIES symmetric key negotiation from public keys to encrypt arbitrarily long data streams.
See [the main bitcore repo](https://github.com/bitpay/bitcore) or the [bitcore guide on ECIES](http://bitcore.io/guide/module/ecies/index.html) for more information.
See [the main bitcore-dash repo](https://github.com/dashpay/bitcore-dash) or the [bitcore guide on ECIES](http://bitcore.io/guide/module/ecies/index.html) for more information.

@@ -39,3 +38,3 @@ Credit to [@ryanxcharles][ryan] for the original implementation.

See [CONTRIBUTING.md](https://github.com/bitpay/bitcore/blob/master/CONTRIBUTING.md) on the main bitcore repo for information about how to contribute.
See [CONTRIBUTING.md](https://github.com/dashpay/bitcore-dash/blob/master/CONTRIBUTING.md) on the main bitcore-dash repo for information about how to contribute.

@@ -48,4 +47,4 @@ ## License

[bitcore]: http://github.com/bitpay/bitcore
[bitcore-dash]: http://github.com/dashpay/bitcore-dash
[ECIES]: http://en.wikipedia.org/wiki/Integrated_Encryption_Scheme
[ryan]: http://github.com/ryanxcharles
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