New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@helios-lang/ledger

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/ledger - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

65

package.json
{
"name": "@helios-lang/ledger",
"version": "0.4.8",
"description": "Latest ledger types (eg. for building transactions)",
"main": "src/index.js",
"types": "types/index.d.ts",
"type": "module",
"scripts": {
"build": "npm run prettify && npm run build:types && npm run test:suite",
"build:types": "npx tsc -p jsconfig.json --noEmit false --emitDeclarationOnly",
"prepack": "npm run build",
"prettify": "npx prettier . --write",
"test": "npm run test:pretty && npm run test:types && npm run test:suite",
"test:pretty": "npx prettier . --check",
"test:suite": "node --test --experimental-test-coverage",
"test:types": "npm run build:types"
},
"author": "Christian Schmitz",
"license": "BSD-3-Clause",
"devDependencies": {
"@types/node": "^20.11.24",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
},
"dependencies": {
"@helios-lang/ledger-conway": "^0.1.8"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": false
}
}
"name": "@helios-lang/ledger",
"version": "0.4.9",
"description": "Latest ledger types (eg. for building transactions)",
"main": "src/index.js",
"types": "types/index.d.ts",
"type": "module",
"author": "Christian Schmitz",
"license": "BSD-3-Clause",
"devDependencies": {
"@types/node": "^20.11.24",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
},
"dependencies": {
"@helios-lang/ledger-conway": "^0.1.9"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": false
},
"scripts": {
"build": "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:pretty && pnpm run test:types && pnpm run test:suite",
"test:pretty": "prettier . --check",
"test:suite": "node --test --experimental-test-coverage",
"test:types": "pnpm run build:types"
}
}
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