🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@waves/node-api-js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/node-api-js - npm Package Compare versions

Comparing version

to
1.3.10-beta.2

@@ -65,3 +65,3 @@ import { TLong } from '../../interface';

payment: TPayment[];
stateChanges: TStateChanges;
stateChanges: TStateChanges | null;
})[];

@@ -68,0 +68,0 @@ error?: {

@@ -65,3 +65,3 @@ import { TLong } from '../../interface';

payment: TPayment[];
stateChanges: TStateChanges;
stateChanges: TStateChanges | null;
})[];

@@ -68,0 +68,0 @@ error?: {

{
"name": "@waves/node-api-js",
"version": "1.3.10-beta.1",
"version": "1.3.10-beta.2",
"main": "cjs/index.js",

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

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