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

@waves/marshall

Package Overview
Dependencies
Maintainers
15
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/marshall - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

2

dist/schemas.js

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

['assetId', {
toBytes: (assetId) => Uint8Array.from([assetId ? 43 : 9]),
toBytes: (assetId) => Uint8Array.from([assetId ? serializePrimitives_1.BASE58_STRING(assetId).length + 11 : 9]),
fromBytes: () => ({ value: undefined, shift: 1 }),

@@ -162,0 +162,0 @@ }],

{
"version": "0.4.6",
"version": "0.4.7",
"name": "@waves/marshall",

@@ -4,0 +4,0 @@ "main": "dist/index.js",

@@ -211,4 +211,2 @@ import {

export const payment: TObject = {

@@ -219,3 +217,3 @@ type: 'object',

['assetId', {
toBytes: (assetId: any) => Uint8Array.from([assetId ? 43 : 9]),
toBytes: (assetId: any) => Uint8Array.from([assetId ? BASE58_STRING(assetId).length + 11 : 9]),
fromBytes: () => ({ value: undefined, shift: 1 }),

@@ -222,0 +220,0 @@ }],

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