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

@cityofzion/blockchain-service

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cityofzion/blockchain-service - npm Package Compare versions

Comparing version 1.13.3 to 1.14.0

3

dist/interfaces.d.ts

@@ -243,2 +243,3 @@ import Transport from '@ledgerhq/hw-transport';

network?: string;
hasExtraId: boolean;
};

@@ -263,2 +264,3 @@ export type SwapServiceLoadableValue<T> = {

addressToReceive: (account: SwapServiceValidateValue<string>) => void | Promise<void>;
extraIdToReceive: (extraIdToReceive: SwapServiceValidateValue<string>) => void;
amountToReceive: (amount: SwapServiceLoadableValue<string>) => void | Promise<void>;

@@ -290,4 +292,5 @@ tokenToReceive: (token: SwapServiceLoadableValue<SwapServiceToken<BSName>>) => void | Promise<void>;

setAddressToReceive(address: string | null): Promise<void>;
setExtraIdToReceive(extraId: string | null): Promise<void>;
swap(): Promise<SwapServiceSwapResult>;
calculateFee(): Promise<string>;
}

2

package.json
{
"name": "@cityofzion/blockchain-service",
"version": "1.13.3",
"version": "1.14.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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