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.0 to 0.16.1-a

4

dist/common/ValidatorScript.js

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

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

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

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

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

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

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

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

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc