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.4.11 to 0.5.0

src/index.walt

8

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

@@ -21,4 +21,4 @@ "main": "src/index.js",

"invariant": "^2.2.4",
"walt-buildtools": "^0.1.0",
"walt-compiler": "^0.20.0"
"walt-buildtools": "^0.1.1",
"walt-compiler": "^0.21.0"
},

@@ -31,3 +31,3 @@ "devDependencies": {

"prettier": "^1.12.0",
"walt-compiler": "^0.20.0"
"walt-compiler": "^0.21.0"
},

@@ -34,0 +34,0 @@ "prettier": {

@@ -40,3 +40,3 @@ const test = require("ava");

const memory = new WebAssembly.Memory({ initial: 1 });
const factory = link("./index.walt", null, {
const factory = link("../index.walt", null, {
...compiler,

@@ -43,0 +43,0 @@ parser: compiler.makeParser([]),

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