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

edge-core-js

Package Overview
Dependencies
Maintainers
6
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-core-js - npm Package Compare versions

Comparing version 0.19.48 to 0.19.49

4

CHANGELOG.md
# edge-core-js
## v0.19.49 (2023-03-30)
- fixed: Incorrectly formed `privateKeys` argument for `signTx` call to the engine
## v0.19.48 (2023-03-27)

@@ -4,0 +8,0 @@

2

lib/core/currency/wallet/currency-wallet-api.js

@@ -552,3 +552,3 @@ function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }import { add, div, lte, mul, sub } from 'biggystring'

return await engine.signTx(tx, { privateKeys })
return await engine.signTx(tx, privateKeys)
},

@@ -555,0 +555,0 @@ async sweepPrivateKeys(spendInfo) {

{
"name": "edge-core-js",
"version": "0.19.48",
"version": "0.19.49",
"description": "Edge account & wallet management library",

@@ -98,3 +98,3 @@ "keywords": [

"scrypt-js": "^2.0.3",
"serverlet": "^0.1.0",
"serverlet": "^0.1.2",
"yaob": "^0.3.9",

@@ -101,0 +101,0 @@ "yavent": "^0.1.3"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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