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.1.26 to 0.1.27

2

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

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

@@ -12,2 +12,6 @@ export * from "./hashes/index.js"

/**
* @typedef {import("./params/index.js").NetworkParams} NetworkParams
*/
/**
* @template TRedeemerStrict

@@ -14,0 +18,0 @@ * @template TRedeemerPermissive

@@ -10,2 +10,6 @@ export * as byron from "./byron/index.js"

/**
* @typedef {import("./babbage/index.js").NetworkParams} NetworkParams
*/
/**
* @template TRedeemerStrict

@@ -12,0 +16,0 @@ * @template TRedeemerPermissive

@@ -7,2 +7,3 @@ export * from "./hashes/index.js";

export type UplcData = import("@helios-lang/uplc").UplcData;
export type NetworkParams = import("./params/index.js").NetworkParams;
export type MintingContext<TRedeemerStrict, TRedeemerPermissive> = import("./tx/index.js").MintingContext<TRedeemerStrict, TRedeemerPermissive>;

@@ -9,0 +10,0 @@ export type SpendingContext<TDatumStrict, TDatumPermissive, TRedeemerStrict, TRedeemerPermissive> = import("./tx/index.js").SpendingContext<TDatumStrict, TDatumPermissive, TRedeemerStrict, TRedeemerPermissive>;

@@ -8,2 +8,3 @@ export * as byron from "./byron/index.js";

export * as conway from "./conway/index.js";
export type NetworkParams = import("./babbage/index.js").NetworkParams;
export type MintingContext<TRedeemerStrict, TRedeemerPermissive> = import("./babbage/index.js").MintingContext<TRedeemerStrict, TRedeemerPermissive>;

@@ -10,0 +11,0 @@ export type SpendingContext<TDatumStrict, TDatumPermissive, TRedeemerStrict, TRedeemerPermissive> = import("./babbage/index.js").SpendingContext<TDatumStrict, TDatumPermissive, TRedeemerStrict, TRedeemerPermissive>;

Sorry, the diff of this file is not supported yet

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