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
1
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.1.9 to 0.1.10

src/allegra/hashes/Hash.js

1

jsconfig.json

@@ -6,2 +6,3 @@ {

"declarationMap": true,
"declarationDir": "./types",
"skipLibCheck": true,

@@ -8,0 +9,0 @@ "noImplicitThis": true,

12

package.json
{
"name": "@helios-lang/ledger",
"version": "0.1.9",
"version": "0.1.10",
"description": "Ledger types (eg. for building transactions)",
"main": "src/index.js",
"types": "types/index.d.ts",
"type": "module",

@@ -12,3 +13,2 @@ "scripts": {

"prebuild": "npm run clean && npx tsc -p jsconfig.json --noEmit false --emitDeclarationOnly",
"prepare": "npm run build",
"prettify": "npx prettier . --write",

@@ -28,7 +28,7 @@ "test": "npm run test:pretty && npm run test:types && npm run test:suite",

"dependencies": {
"@helios-lang/cbor": "^0.1.13",
"@helios-lang/codec-utils": "^0.1.24",
"@helios-lang/cbor": "^0.1.15",
"@helios-lang/codec-utils": "^0.1.26",
"@helios-lang/crypto": "^0.1.2",
"@helios-lang/type-utils": "^0.1.5",
"@helios-lang/uplc": "^0.1.12"
"@helios-lang/type-utils": "^0.1.6",
"@helios-lang/uplc": "^0.1.21"
},

@@ -35,0 +35,0 @@ "prettier": {

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

# tx
Tx building classes and functions
# Ledger
Types and classes needed for the mainnet ledger:
* Address
* AssetClass
* Block
* DCert
* Hashes
* PoolParameters
* PoolRelay
* TimeRange
* Tx
* TxInput
* TxOutput
* Value
* etc.
Eras:
1. Byron
2. Shelley
3. Allegra
4. Mary
5. Alonzo
6. Babbage
7. Conway

@@ -1,5 +0,7 @@

export * from "./hashes/index.js"
export * from "./money/index.js"
export * from "./pool/index.js"
export * from "./time/index.js"
export * from "./tx/index.js"
export * as byron from "./byron/index.js"
export * as shelley from "./shelley/index.js"
export * as allegra from "./allegra/index.js"
export * as mary from "./mary/index.js"
export * as alonzo from "./alonzo/index.js"
export * from "./babbage/index.js"
export * as conway from "./conway/index.js"
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