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

@helios-lang/contract-utils

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/contract-utils - npm Package Compare versions

Comparing version 0.1.19 to 0.1.20

4

package.json
{
"name": "@helios-lang/contract-utils",
"version": "0.1.19",
"version": "0.1.20",
"description": "Convenience and type-safety utilities for using Helios validators from within Typescript",

@@ -39,3 +39,3 @@ "main": "src/index.js",

"@helios-lang/codec-utils": "^0.1.26",
"@helios-lang/compiler-utils": "^0.1.20",
"@helios-lang/compiler-utils": "^0.1.21",
"@helios-lang/ledger": "^0.1.20",

@@ -42,0 +42,0 @@ "@helios-lang/type-utils": "^0.1.8",

@@ -133,3 +133,4 @@ import { bytesToHex } from "@helios-lang/compiler"

IS_TESTNET: !(options?.isMainnet ?? false),
CHECK_CASTS: options?.checkCasts ?? false
CHECK_CASTS: options?.checkCasts ?? false,
IGNORE_UNEVALUATED_CONSTANTS: true
})

@@ -136,0 +137,0 @@

Sorry, the diff of this file is not supported yet

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