New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eos-ecc

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eos-ecc - npm Package Compare versions

Comparing version 1.0.0-rc to 1.0.1-rc

16

changelog.md

@@ -5,9 +5,15 @@ # eos-ecc changelog

### Patch
- Updated dependency `universal-ecdsa`.
- Added extra tests to private key to public key fn.
### Major
- Added `universal-ecdsa` package
- Added `universal-ecdsa` package.
- Removed signature validation
- Removed signature validation.
- Fix for invalid signature
- Fix for invalid signature.

@@ -18,5 +24,5 @@ ### Minor

- Removed `hard-coverage`
- Removed `hard-coverage`.
- Removed `isomorphic-secp256k1`
- Removed `isomorphic-secp256k1`.

@@ -23,0 +29,0 @@ ### Patch

{
"name": "eos-ecc",
"version": "1.0.0-rc",
"version": "1.0.1-rc",
"description": "A universal JavaScript package for elliptic curve cryptography on the EOSIO blockchain.",

@@ -79,4 +79,4 @@ "main": "public/index.js",

"ripemd160-js": "^1.1.1",
"universal-ecdsa": "^1.0.0"
"universal-ecdsa": "^1.1.1"
}
}

@@ -7,12 +7,4 @@ ![eos ecc logo](https://raw.githubusercontent.com/pur3miish/eos-ecc/main/static/eos-ecc.svg)

A [universal JavaScript](https://en.wikipedia.org/wiki/Isomorphic_JavaScript) package for [elliptic curve cryptography](https://en.wikipedia.org/wiki/Elliptic-curve_cryptography), operations for the EOSIO blockchain.
A [universal](https://en.wikipedia.org/wiki/Isomorphic_JavaScript) JavaScript [ECDSA](https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm) package for the EOSIO blockchain.
**Features**
- Signature generation & validation
- Public key from private key
- Generate cryptographic random key pair
Built from [isomorphic-secp256k1](https://github.com/pur3miish/isomorphic-secp256k1) which has developed strategies to mitigate various [side channel attacks](https://en.wikipedia.org/wiki/Side-channel_attack).
# Support

@@ -19,0 +11,0 @@

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