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

@rosen-chains/cardano

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rosen-chains/cardano - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

lib/CardanoChain.ts

@@ -797,3 +797,3 @@ import * as CardanoWasm from '@emurgo/cardano-serialization-lib-nodejs';

const utxoInfo = inputs.get(i);
const boxId = `${utxoInfo.transaction_id().to_hex()}.${utxoInfo.index}`;
const boxId = `${utxoInfo.transaction_id().to_hex()}.${utxoInfo.index()}`;
inputBoxes.push(await this.network.getUtxo(boxId));

@@ -800,0 +800,0 @@ }

{
"name": "@rosen-chains/cardano",
"version": "3.1.0",
"version": "3.1.1",
"description": "this project contains cardano chain for Rosen-bridge",

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

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

Sorry, the diff of this file is not supported yet

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