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.1 to 0.16.2

5

dist/common/ValidatorScript.js

@@ -122,7 +122,6 @@ import { DatumRedeemerProgram, Program, ToIRContext, bytesToHex, IR, IRProgram, IRParametricProgram, MintingPolicyHashType, StakingValidatorHashType, ValidatorHashType } from "helios";

const ir = program.toIR(new ToIRContext(simplify), extra);
console.log(this.name + " " + ir.toString());
if (program.nPosParams > 0) {
const irProgram = IRParametricProgram.new(ir, this.#purpose, program.nPosParams, simplify);
if (dumpIR) {
console.log(irProgram.program.expr.toString());
console.log(irProgram.program.annotate());
}

@@ -134,3 +133,3 @@ return irProgram.toUplc();

if (dumpIR) {
console.log(irProgram.expr.toString());
console.log(irProgram.annotate());
}

@@ -137,0 +136,0 @@ return irProgram.toUplc();

2

dist/index.js

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

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

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

{
"name": "@hyperionbt/helios-cli",
"version": "0.16.1",
"version": "0.16.2",
"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.1"
"helios": "npm:@hyperionbt/helios@^0.16.2"
},

@@ -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