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

@waves/waves-transactions

Package Overview
Dependencies
Maintainers
16
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/waves-transactions - npm Package Compare versions

Comparing version 3.7.0 to 3.7.1

2

dist/transactions.d.ts

@@ -450,3 +450,3 @@ import { TypelessDataEntry } from './transactions/data';

function: string;
args: {
args?: {
type: 'binary' | 'integer' | 'boolean' | 'string';

@@ -453,0 +453,0 @@ value: string | number | boolean;

@@ -17,3 +17,3 @@ "use strict";

dApp: paramsOrTx.dApp,
call: paramsOrTx.call,
call: paramsOrTx.call && Object.assign({ args: [] }, paramsOrTx.call),
payment: paramsOrTx.payment || [],

@@ -20,0 +20,0 @@ fee: generic_1.fee(paramsOrTx, 1000000),

{
"name": "@waves/waves-transactions",
"version": "3.7.0",
"version": "3.7.1",
"description": "Build and sign(multi-sign) transactions for Waves blockchain.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -525,3 +525,3 @@ import { TypelessDataEntry } from './transactions/data'

function: string
args: {
args?: {
type: 'binary' | 'integer' | 'boolean' | 'string',

@@ -528,0 +528,0 @@ value: string | number | boolean

@@ -28,3 +28,3 @@ import {

dApp: paramsOrTx.dApp,
call: paramsOrTx.call,
call: paramsOrTx.call && {args: [], ...paramsOrTx.call},
payment: paramsOrTx.payment || [],

@@ -31,0 +31,0 @@ fee: fee(paramsOrTx, 1000000),

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