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.6-1 to 0.16.6-2

2

dist/bundle.js

@@ -18,3 +18,3 @@ import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";

JSON.parse(readFileSync("./helios.config.json").toString()) : (existsSync(heliosConfigPath) ?
await eval(`import("${heliosConfigPath}")`) :
(await eval(`import("${heliosConfigPath}")`))?.default ?? { stages: { main: {} } } :
{ stages: { main: {} } });

@@ -21,0 +21,0 @@ for (let key in config.stages) {

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

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

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