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

@cityofzion/bs-neo-legacy

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cityofzion/bs-neo-legacy - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

1

dist/services/BSNeoLegacy.d.ts

@@ -17,2 +17,3 @@ import { Account, BDSClaimable, BlockchainDataService, BlockchainService, BSClaimable, ExchangeDataService, Token, Network, TransferParam, BSWithExplorerService, ExplorerService } from '@cityofzion/blockchain-service';

constructor(blockchainName: BSCustomName, network?: Network<BSNeoLegacyNetworkId>);
clone(): BSNeoLegacy<BSCustomName>;
setNetwork(network: Network<BSNeoLegacyNetworkId>): void;

@@ -19,0 +20,0 @@ validateAddress(address: string): boolean;

5

dist/services/BSNeoLegacy.js

@@ -46,2 +46,5 @@ "use strict";

}
clone() {
return new BSNeoLegacy(this.blockchainName, this.network);
}
setNetwork(network) {

@@ -137,3 +140,3 @@ if (!BSNeoLegacyConstants_1.BSNeoLegacyConstants.ALL_NETWORK_IDS.includes(network.id))

throw new Error('Failed to send transaction');
return [response.tx.hash];
return intents.map(() => response.tx.hash);
});

@@ -140,0 +143,0 @@ }

{
"name": "@cityofzion/bs-neo-legacy",
"version": "1.3.0",
"version": "1.4.0",
"main": "dist/index.js",

@@ -14,3 +14,3 @@ "types": "dist/index.d.ts",

"@cityofzion/neon-js": "4.8.3",
"@cityofzion/blockchain-service": "1.4.0",
"@cityofzion/blockchain-service": "1.5.0",
"@cityofzion/bs-asteroid-sdk": "0.9.0"

@@ -17,0 +17,0 @@ },

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