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

@webassemblyjs/helper-wasm-bytecode

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webassemblyjs/helper-wasm-bytecode - npm Package Compare versions

Comparing version 1.3.3 to 1.4.0

lib/section.js

7

lib/index.js

@@ -0,1 +1,5 @@

"use strict";
var _section = require("./section");
var illegalop = "illegal";

@@ -326,3 +330,4 @@ var magicModuleHeader = [0x00, 0x61, 0x73, 0x6d];

exportTypesByName: exportTypesByName,
symbolsByName: symbolsByName
symbolsByName: symbolsByName,
getSectionForNode: _section.getSectionForNode
};

2

package.json
{
"name": "@webassemblyjs/helper-wasm-bytecode",
"version": "1.3.3",
"version": "1.4.0",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc