bitcore-ecies-dash
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"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 |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
18855
16
330
49
1
+ Addedbitcore-lib-dash@0.15.3(transitive)
- Removedbitcore-lib-dash@0.13.21(transitive)
Updatedbitcore-lib-dash@^0.15.0