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.88 to 0.0.89

9

assembly/action.ts

@@ -90,15 +90,14 @@ import * as env from "./env";

constructor(
public authorization: PermissionLevel[] = [],
public account: Name = new Name(),
public name: Name = new Name(),
public authorization: PermissionLevel[] = [],
public data: u8[] = [],
) {
}
) {}
static new(
authorization: PermissionLevel[],
account: Name,
name: Name,
authorization: PermissionLevel[],
packer: Packer): Action {
return new Action(authorization, account, name, packer.pack());
return new Action(account, name, authorization, packer.pack());
}

@@ -105,0 +104,0 @@

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