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.18.7 to 0.18.8

2

index.js

@@ -183,3 +183,5 @@ // Runtime header offsets

} else {
__pin(buf);
const arr = __new(info & ARRAY ? ARRAY_SIZE : ARRAYBUFFERVIEW_SIZE, id);
__unpin(buf);
const U32 = new Uint32Array(memory.buffer);

@@ -186,0 +188,0 @@ U32[arr + ARRAYBUFFERVIEW_BUFFER_OFFSET >>> 2] = buf;

2

package.json

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

],
"version": "0.18.7",
"version": "0.18.8",
"author": "Daniel Wirtz <dcode+assemblyscript@dcode.io>",

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

@@ -230,4 +230,8 @@ // GENERATED FILE. DO NOT EDIT.

} else {
__pin(buf);
const arr = __new(info & ARRAY ? ARRAY_SIZE : ARRAYBUFFERVIEW_SIZE, id);
__unpin(buf);
const U32 = new Uint32Array(memory.buffer);

@@ -234,0 +238,0 @@ U32[arr + ARRAYBUFFERVIEW_BUFFER_OFFSET >>> 2] = buf;

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