Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

as-chain

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

as-chain - npm Package Compare versions

Comparing version 0.0.72 to 0.0.73

2

assembly/action.ts

@@ -189,3 +189,3 @@ import * as env from "./env";

const result = new GetCodeHashResult();
const rawResult = new Array<u8>(result.getSize());
const rawResult = new Array<u8>(<i32>(result.getSize()));
env.get_code_hash(account.N, 0, rawResult.dataStart);

@@ -192,0 +192,0 @@ result.unpack(rawResult);

{
"name": "as-chain",
"version": "0.0.72",
"version": "0.0.73",
"description": "chain module for assemblyscript",

@@ -5,0 +5,0 @@ "main": "js/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