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.24 to 0.1.25

2

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

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

@@ -172,4 +172,4 @@ import { StringWriter } from "@helios-lang/codec-utils"

`export const ${m.name} = {
$name: "${m.name}",
$purpose: "${m.purpose}",
$name: "${m.name}" as "${m.name}",
$purpose: "${m.purpose}" as "${m.purpose}",
$sourceCode: ${JSON.stringify(m.sourceCode)} as string,

@@ -222,4 +222,4 @@ $dependencies: [${m.moduleDepedencies.join(", ")}],

`export const ${v.name} = {
$name: "${v.name}",
$purpose: "${v.purpose}",
$name: "${v.name}" as "${v.name}",
$purpose: "${v.purpose}" as "${v.purpose}",
$sourceCode: ${JSON.stringify(v.sourceCode)} as string,

@@ -226,0 +226,0 @@ $dependencies: [${v.moduleDepedencies.join(", ")}],

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