Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cardano-crypto.js

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardano-crypto.js - npm Package Compare versions

Comparing version 3.1.8 to 3.1.9

8

index.js

@@ -187,2 +187,4 @@ var bip39 = require('bip39-light')

function derivePrivate(parentKey, index, derivationMode) {

@@ -228,3 +230,3 @@ validateBuffer(parentKey, 128)

Module._emscripten_derive_public(parentPubKeyArrPtr, parentChainCodeArrPtr, index, childPubKeyArrPtr, childChainCodeArrPtr, derivationMode)
var resultCode = Module._emscripten_derive_public(parentPubKeyArrPtr, parentChainCodeArrPtr, index, childPubKeyArrPtr, childChainCodeArrPtr, derivationMode)

@@ -236,2 +238,6 @@ Module._free(parentPubKeyArrPtr)

if (resultCode !== 0) {
throw Error(`derivePublic has exited with code ${resultCode}`)
}
return Buffer.concat([new Buffer(childPubKeyArr), new Buffer(childChainCodeArr)])

@@ -238,0 +244,0 @@ }

2

package.json
{
"name": "cardano-crypto.js",
"version": "3.1.8",
"version": "3.1.9",
"description": "input-output-hk/cardano-crypto compiled to pure javascript using Emscripten",

@@ -5,0 +5,0 @@ "main": "index.js",

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