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

@web3api/asyncify-js

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3api/asyncify-js - npm Package Compare versions

Comparing version 0.0.1-prealpha.56 to 0.0.1-prealpha.57

2

build/AsyncWasmInstance.js

@@ -105,3 +105,3 @@ "use strict";

// Extract the initial memory page-range size
var memoryInitalLimits = bytecode.at(sigIdx + envMemoryImportSignature.length + 1);
var memoryInitalLimits = bytecode[sigIdx + envMemoryImportSignature.length + 1];
if (memoryInitalLimits === undefined) {

@@ -108,0 +108,0 @@ throw Error("No initial memory number found, this should never happen...");

@@ -29,3 +29,3 @@ "use strict";

for (; i < search.length && !retry; ++i) {
if (subBuff.at(i) !== search.at(i)) {
if (subBuff[i] !== search[i]) {
retry = true;

@@ -32,0 +32,0 @@ }

{
"name": "@web3api/asyncify-js",
"description": "Async Wasm Imports Support Using Asyncify",
"version": "0.0.1-prealpha.56",
"version": "0.0.1-prealpha.57",
"license": "MIT",

@@ -32,3 +32,3 @@ "repository": {

},
"gitHead": "a52d3df30d0b3694fdf9b90ae6718753976e1a96",
"gitHead": "949f31f0b0a1f8081d03f79ff3232566863511ae",
"publishConfig": {

@@ -35,0 +35,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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