Socket
Socket
Sign inDemoInstall

@assemblyscript/loader

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assemblyscript/loader - npm Package Compare versions

Comparing version 0.9.4-nightly.20200427 to 0.9.4-nightly.20200428

7

index.d.ts

@@ -8,6 +8,5 @@ /// <reference lib="esnext.bigint" />

type ImportValue = Function | WebAssembly.Global | WebAssembly.Memory | WebAssembly.Table | number;
/** WebAssembly imports with two levels of nesting. */
export type Imports = {
[key: string]: object,
env?: {

@@ -19,4 +18,4 @@ memory?: WebAssembly.Memory;

trace?(msg: number, numArgs?: number, ...args: number[]): void;
} & Record<string, ImportValue>;
} & Record<string, Record<string, ImportValue>>;
};
};

@@ -23,0 +22,0 @@ /** Utility mixed in by the loader. */

@@ -12,3 +12,3 @@ {

],
"version": "0.9.4-nightly.20200427",
"version": "0.9.4-nightly.20200428",
"author": "Daniel Wirtz <dcode+assemblyscript@dcode.io>",

@@ -15,0 +15,0 @@ "license": "Apache-2.0",

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