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

@helios-lang/ledger

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/ledger - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "@helios-lang/ledger",
"version": "0.2.1",
"version": "0.2.2",
"description": "Ledger types (eg. for building transactions)",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -204,3 +204,4 @@ import {

metadata: this.metadata ? this.metadata.dump() : null,
id: this.id().toString()
id: this.id().toString(),
size: this.calcSize()
}

@@ -207,0 +208,0 @@ }

@@ -190,3 +190,3 @@ import {

datums: this.datums.map((datum) => datum.toString()),
redeemers: "TODO",
redeemers: this.redeemers.map((r) => r.dump()),
nativeScripts: this.nativeScripts.map((script) => script.toJson()),

@@ -193,0 +193,0 @@ scripts: this.v2Scripts.map((script) =>

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