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.33 to 0.1.34

2

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

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

@@ -149,5 +149,20 @@ import { bytesToHex } from "@helios-lang/compiler"

this.lib = lib
this.applyPatches()
}
/**
* @private
*/
applyPatches() {
Object.defineProperty(this.lib.RawDataType, "typeDetails", {
get: () => ({
inputType: "UplcData",
outputType: "UplcData",
internalType: { type: "Data" }
})
})
}
/**
* @type {string}

@@ -154,0 +169,0 @@ */

@@ -130,2 +130,6 @@ /**

/**
* @private
*/
private applyPatches;
/**
* @type {string}

@@ -132,0 +136,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