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.79 to 0.0.80

4

assembly/action.ts

@@ -59,4 +59,4 @@ import * as env from "./env";

export function setActionReturnValue<T extends Packer>(returnValue: T): void {
env.set_action_return_value(returnValue.pack().dataStart, returnValue.getSize());
export function setActionReturnValue(returnValue: u8[]): void {
env.set_action_return_value(returnValue.dataStart, returnValue.length);
}

@@ -63,0 +63,0 @@

@@ -81,3 +81,4 @@ export { U128, U256, I128 } from "./bignum";

getCodeHash,
GetCodeHashResult
GetCodeHashResult,
setActionReturnValue
} from "./action";

@@ -84,0 +85,0 @@

{
"name": "as-chain",
"version": "0.0.79",
"version": "0.0.80",
"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