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.6 to 3.1.7

utils/base-x.js

8

index.js

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

var Module = require('./lib.js')
var bip39 = require('bip39-light')
var Module = require('./lib.js')
var crc32 = require('./utils/crc32')
var base58 = require('./utils/base58')
function validateDerivationMode(input) {

@@ -445,2 +449,4 @@ if (input !== 1 && input !== 2) {

cardanoMemoryCombine,
base58,
crc32,
}

2

package.json
{
"name": "cardano-crypto.js",
"version": "3.1.6",
"version": "3.1.7",
"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