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

1

dist/common/ValidatorScript.js

@@ -122,2 +122,3 @@ 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) {

@@ -124,0 +125,0 @@ const irProgram = IRParametricProgram.new(ir, this.#purpose, program.nPosParams, simplify);

4

package.json
{
"name": "@hyperionbt/helios-cli",
"version": "0.16.0",
"version": "0.16.1",
"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

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