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
13
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 4.0.0-beta.23 to 4.0.0-beta.24

2

dist/validators/exchange.js

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

senderPublicKey: validators_1.isPublicKey,
version: validators_1.orEq([undefined, 0, 1, 2]),
version: validators_1.orEq([undefined, 0, 1, 2, 3]),
order1: validators_1.validatePipe(validators_1.isRequired(true), order_1.orderValidator),

@@ -12,0 +12,0 @@ order2: validators_1.validatePipe(validators_1.isRequired(true), order_1.orderValidator),

{
"name": "@waves/waves-transactions",
"version": "4.0.0-beta.23",
"version": "4.0.0-beta.24",
"description": "Build and sign(multi-sign) transactions for Waves blockchain.",

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

@@ -18,3 +18,3 @@ import { TRANSACTION_TYPE } from '../transactions'

senderPublicKey: isPublicKey,
version: orEq([undefined, 0, 1, 2]),
version: orEq([undefined, 0, 1, 2, 3]),
order1: validatePipe(

@@ -21,0 +21,0 @@ isRequired(true),

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