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

@webassemblyjs/helper-module-context

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webassemblyjs/helper-module-context - npm Package Compare versions

Comparing version 1.7.0-2 to 1.7.0-3

1

esm/index.js

@@ -8,3 +8,2 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

// TODO(sven): add flow in here
import { assert } from "mamacro";
export function moduleContextFromModuleAST(m) {

@@ -11,0 +10,0 @@ var moduleContext = new ModuleContext();

3

lib/index.js

@@ -9,4 +9,2 @@ "use strict";

var _mamacro = require("mamacro");
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

@@ -18,2 +16,3 @@

// TODO(sven): add flow in here
function moduleContextFromModuleAST(m) {

@@ -20,0 +19,0 @@ var moduleContext = new ModuleContext();

{
"name": "@webassemblyjs/helper-module-context",
"version": "1.7.0-2",
"version": "1.7.0-3",
"description": "",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"devDependencies": {
"@webassemblyjs/wast-parser": "1.7.0-2"
"@webassemblyjs/wast-parser": "1.7.0-3"
},

@@ -21,0 +21,0 @@ "publishConfig": {

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