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.9 to 0.1.10

2

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

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

@@ -161,11 +161,10 @@ import { bytesToHex } from "@helios-lang/codec-utils"

let m = stack.pop()
while (m) {
if (result.has(m.$name)) {
continue
if (!result.has(m.$name)) {
result.set(m.$name, m.$sourceCode)
stack = stack.concat(m.$dependencies)
}
result.set(m.$name, m.$sourceCode)
stack = stack.concat(m.$dependencies)
m = stack.pop()

@@ -172,0 +171,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