Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.1 to 2.0.2

12

changelog.md
# eos-ecc changelog
# v 2.0.2
## Patch
- Bug fix for invalid `racid` by updating `universal-ecdsa`.
# v 2.0.1
## Minor
- Updated ripemd160-js depen.
## V 2.0.0

@@ -4,0 +16,0 @@

20

package.json
{
"name": "eos-ecc",
"version": "2.0.1",
"version": "2.0.2",
"description": "A universal JavaScript ECDSA packaged for EOS blockchain.",

@@ -64,12 +64,12 @@ "main": "public/index.js",

"coverage-node": "^5.0.1",
"eslint": "^7.16.0",
"eslint": "^7.32.0",
"eslint-config-env": "^21.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^35.4.1",
"eslint-plugin-compat": "^3.13.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^35.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.0",
"jsdoc-md": "^11.0.0",
"prettier": "^2.2.1",
"eslint-plugin-prettier": "^3.4.1",
"jsdoc-md": "^11.0.2",
"prettier": "^2.4.1",
"test-director": "^6.0.0"

@@ -79,5 +79,5 @@ },

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

@@ -45,3 +45,2 @@ 'use strict'

const { r, s, racid } = await sign({ data: hex_array, private_key })
const i = 31 + racid // compressed (4) + compact key(27).

@@ -48,0 +47,0 @@ const K1 = [75, 49] // K1 as ascii

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