Socket
Socket
Sign inDemoInstall

@hyperionbt/helios-cli

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperionbt/helios-cli - npm Package Compare versions

Comparing version 0.16.2 to 0.16.3

9

dist/common/Bundle.js

@@ -217,2 +217,11 @@ import process from "node:process";

}
else if (v.purpose == "staking") {
const hash = uplcProgram.stakingValidatorHash.hex;
const prev = this.#lock[v.name];
if (prev && prev != hash) {
throw new Error(`hash changed for staking-validator ${v.name}`);
}
this.#lock[v.name] = hash;
console.log(`staking-validator ${v.name}: ${hash}`);
}
const datumChecks = [];

@@ -219,0 +228,0 @@ if (datumCheckProgram) {

2

dist/index.js

@@ -15,3 +15,3 @@ #!/usr/bin/env node

import genWalletPhrase from "./genWalletPhrase.js";
const VERSION = "0.16.2";
const VERSION = "0.16.3";
const USAGE = `Usage:

@@ -18,0 +18,0 @@ helios [-h|--help] <command> <command-options>

{
"name": "@hyperionbt/helios-cli",
"version": "0.16.2",
"version": "0.16.3",
"description": "CLI tool for compiling Cardano smart contracts written in Helios, and building Cardano transactions.",

@@ -22,3 +22,3 @@ "main": "./dist/index.js",

"dependencies": {
"helios": "npm:@hyperionbt/helios@^0.16.2"
"helios": "npm:@hyperionbt/helios@^0.16.3"
},

@@ -25,0 +25,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc