Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.1.13 to 0.1.14

2

index.js

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

const VERSION = "0.1.13";
const VERSION = "0.1.14";

@@ -17,0 +17,0 @@ const USAGE = `Usage:

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

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

"dependencies": {
"helios": "npm:@hyperionbt/helios@^0.10.12"
"helios": "npm:@hyperionbt/helios@^0.10.14"
},
"keywords": []
}

@@ -25,2 +25,7 @@ # Helios-CLI

Parameters can be set using the `-D<param-name> <param-value>` option:
```bash
$ helios compile my_script.hl -DMY_PARAM 100 -o my_script.json
```
### Evaluating a parameter

@@ -32,3 +37,3 @@

Additional module search directories can be included using the `-I` flag.
Additional module search directories can be included using the `-I` flag. Similar to `compile`, parameters can be set using the `-D<param-name> <param-value>` option.

@@ -35,0 +40,0 @@ ### Calculating a script address

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