Socket
Socket
Sign inDemoInstall

@helios-lang/compiler

Package Overview
Dependencies
Maintainers
0
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/compiler - npm Package Compare versions

Comparing version 0.17.0-74 to 0.17.0-75

118

package.json
{
"name": "@helios-lang/compiler",
"version": "0.17.0-74",
"description": "Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. With this library you can compile Helios scripts and build Cardano transactions, all you need to build 100% client-side dApps for Cardano.",
"main": "src/index.js",
"types": "types/index.d.ts",
"type": "module",
"author": "Christian Schmitz",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/HeliosLang/compiler.git"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": false
},
"bugs": {
"url": "https://github.com/HeliosLang/compiler/issues"
},
"homepage": "https://www.hyperion-bt.org/helios-book",
"keywords": [
"blockchain",
"crypto",
"cryptocurrency",
"cardano",
"plutus",
"smart contracts",
"domain specific language",
"dsl",
"compiler",
"transaction builder",
"on-chain",
"off-chain"
],
"devDependencies": {
"@types/node": "^20.14.10",
"prettier": "^3.3.2",
"typescript": "^4.9.5"
},
"dependencies": {
"@helios-lang/codec-utils": "^0.1.32",
"@helios-lang/compiler-utils": "^0.1.54",
"@helios-lang/ir": "^0.1.34",
"@helios-lang/type-utils": "^0.1.21",
"@helios-lang/uplc": "^0.3.3"
},
"scripts": {
"build": "pnpm run test:version && pnpm run prettify && pnpm run build:types && pnpm run test:suite",
"build:types": "tsc -p jsconfig.json --noEmit false --emitDeclarationOnly",
"prettify": "prettier . --write",
"test": "pnpm run test:version && pnpm run test:pretty && pnpm run test:types && pnpm run test:suite",
"test:pretty": "prettier . --check",
"test:suite": "node --stack-trace-limit=50 --test",
"test:types": "tsc -p jsconfig.json --noEmit",
"test:version": "node -e \"import('./src/index.js').then(m => {if (m.VERSION != process.env.npm_package_version) {throw new Error(\\\"version mismatch\\\")}})\""
}
}
"name": "@helios-lang/compiler",
"version": "0.17.0-75",
"description": "Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. With this library you can compile Helios scripts and build Cardano transactions, all you need to build 100% client-side dApps for Cardano.",
"main": "src/index.js",
"types": "types/index.d.ts",
"type": "module",
"author": "Christian Schmitz",
"license": "BSD-3-Clause",
"scripts": {
"build": "pnpm run test:version && pnpm run prettify && pnpm run build:types && pnpm run test:suite",
"build:types": "tsc -p jsconfig.json --noEmit false --emitDeclarationOnly",
"prettify": "prettier . --write",
"test": "pnpm run test:version && pnpm run test:pretty && pnpm run test:types && pnpm run test:suite",
"test:pretty": "prettier . --check",
"test:suite": "node --stack-trace-limit=50 --test",
"test:types": "tsc -p jsconfig.json --noEmit",
"test:version": "node -e \"import('./src/index.js').then(m => {if (m.VERSION != process.env.npm_package_version) {throw new Error(\\\"version mismatch\\\")}})\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeliosLang/compiler.git"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": false
},
"bugs": {
"url": "https://github.com/HeliosLang/compiler/issues"
},
"homepage": "https://www.hyperion-bt.org/helios-book",
"keywords": [
"blockchain",
"crypto",
"cryptocurrency",
"cardano",
"plutus",
"smart contracts",
"domain specific language",
"dsl",
"compiler",
"transaction builder",
"on-chain",
"off-chain"
],
"devDependencies": {
"@types/node": "^20.14.10",
"prettier": "^3.3.2",
"typescript": "^4.9.5"
},
"dependencies": {
"@helios-lang/codec-utils": "^0.1.32",
"@helios-lang/compiler-utils": "^0.1.54",
"@helios-lang/ir": "^0.1.35",
"@helios-lang/type-utils": "^0.1.21",
"@helios-lang/uplc": "^0.3.5"
}
}

@@ -1,1 +0,1 @@

export const VERSION = "0.17.0-74"
export const VERSION = "0.17.0-75"

@@ -1,2 +0,2 @@

export const VERSION: "0.17.0-74";
export const VERSION: "0.17.0-75";
//# sourceMappingURL=version.d.ts.map
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