Socket
Socket
Sign inDemoInstall

@webassemblyjs/helper-wasm-bytecode

Package Overview
Dependencies
0
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.1-0 to 1.7.1

9

esm/index.js
var illegalop = "illegal";
var magicModuleHeader = [0x00, 0x61, 0x73, 0x6d];
var moduleVersion = [0x01, 0x00, 0x00, 0x00];
import { getSectionForNode } from "./section";

@@ -307,3 +306,3 @@ function invertMap(obj) {

});
module.exports = {
export default {
symbolsByByte: symbolsByByte,

@@ -323,4 +322,4 @@ sections: sections,

exportTypesByName: exportTypesByName,
symbolsByName: symbolsByName,
getSectionForNode: getSectionForNode
};
symbolsByName: symbolsByName
};
export { getSectionForNode } from "./section";
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "getSectionForNode", {
enumerable: true,
get: function get() {
return _section.getSectionForNode;
}
});
exports.default = void 0;
var _section = require("./section");

@@ -310,3 +321,3 @@

});
module.exports = {
var _default = {
symbolsByByte: symbolsByByte,

@@ -326,4 +337,4 @@ sections: sections,

exportTypesByName: exportTypesByName,
symbolsByName: symbolsByName,
getSectionForNode: _section.getSectionForNode
};
symbolsByName: symbolsByName
};
exports.default = _default;
{
"name": "@webassemblyjs/helper-wasm-bytecode",
"version": "1.7.1-0",
"version": "1.7.1",
"description": "WASM's Bytecode constants",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc