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 4.1.0 to 4.2.0

legacy_to_public_key.js

8

changelog.md
# eos-ecc changelog
# 4.2.0
## Minor
- Added legacy public key conversion to PUB_K1 format.
# 4.1.0
## Major
## Minor

@@ -7,0 +13,0 @@ - Support for (PUB_K1 & PVT_K1) key validation.

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

exports.validate_public_key = require('./validate_public_key.js')
exports.legacy_to_public_key = require('./legacy_to_public_key.js')
exports.recover_public_key_from_signature = require('./recover_public_key_from_signature.js')

6

package.json
{
"name": "eos-ecc",
"version": "4.1.0",
"version": "4.2.0",
"description": "An universal JavaScript (Node.js and browsers) EOSIO and Antelope based digital signature package with public & private key utilities.",

@@ -14,2 +14,3 @@ "main": "public/index.js",

"./new_eos_keys.js": "./new_eos_keys.js",
"./legacy_to_public_key.js": "./legacy_to_public_key.js",
"./new_keys.js": "./new_keys.js",

@@ -32,3 +33,4 @@ "./public_key_from_private.js": "./public_key_from_private.js",

"validate_public_key.js",
"sign_packed_txn.js"
"sign_packed_txn.js",
"legacy_to_public_key.js"
],

@@ -35,0 +37,0 @@ "browserslist": [

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