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

@rosen-chains/cardano

Package Overview
Dependencies
Maintainers
2
Versions
51
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 0.1.7 to 0.1.8

7

dist/lib/CardanoChain.d.ts

@@ -1,2 +0,2 @@

import { AbstractUtxoChain, AssetBalance, BoxInfo, ConfirmationStatus, EventTrigger, PaymentOrder, PaymentTransaction, TransactionAssetBalance } from '@rosen-chains/abstract-chain';
import { AbstractUtxoChain, BoxInfo, ConfirmationStatus, EventTrigger, PaymentOrder, PaymentTransaction, TransactionAssetBalance } from '@rosen-chains/abstract-chain';
import { Fee } from '@rosen-bridge/minimum-fee';

@@ -38,7 +38,2 @@ import AbstractCardanoNetwork from './network/AbstractCardanoNetwork';

/**
* gets the amount of each asset in the lock address
* @returns an object containing the amount of each asset
*/
getLockAddressAssets: () => Promise<AssetBalance>;
/**
* submits a transaction to the blockchain

@@ -45,0 +40,0 @@ * @param transaction the transaction

@@ -290,10 +290,2 @@ import {

/**
* gets the amount of each asset in the lock address
* @returns an object containing the amount of each asset
*/
getLockAddressAssets = (): Promise<AssetBalance> => {
return this.network.getAddressAssets(this.configs.lockAddress);
};
/**
* submits a transaction to the blockchain

@@ -300,0 +292,0 @@ * @param transaction the transaction

4

package.json
{
"name": "@rosen-chains/cardano",
"version": "0.1.7",
"version": "0.1.8",
"description": "this project contains cardano chain for Rosen-bridge",

@@ -26,3 +26,3 @@ "main": "dist/lib/index.js",

"@rosen-bridge/rosen-extractor": "^0.1.8",
"@rosen-chains/abstract-chain": "^0.1.9",
"@rosen-chains/abstract-chain": "^0.1.10",
"bech32": "^2.0.0",

@@ -29,0 +29,0 @@ "blake2b": "^2.1.3",

Sorry, the diff of this file is not supported yet

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