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

walt-link

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

walt-link - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

package.json
{
"name": "walt-link",
"version": "0.1.5",
"version": "0.1.6",
"description": "Links .walt WebAssembly programs",

@@ -23,3 +23,3 @@ "main": "src/index.js",

"prettier": "^1.12.0",
"walt-compiler": "^0.6.1"
"walt-compiler": "^0.6.2"
},

@@ -26,0 +26,0 @@ "peerDependencies": {

@@ -169,3 +169,3 @@ /**

const mod = tree.modules[filepath];
return Promise.all(
const promise = Promise.all(
Object.entries(mod.deps).map(([key, dep]) => {

@@ -190,2 +190,6 @@ return instantiate(dep.filepath).then(result => [key, result]);

});
modules[filepath] = promise;
return promise;
};

@@ -192,0 +196,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