Socket
Socket
Sign inDemoInstall

@webassemblyjs/ast

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webassemblyjs/ast - npm Package Compare versions

Comparing version 1.1.2-y.6 to 1.1.2-y.7

test/traverse.js

8

lib/index.js

@@ -45,2 +45,3 @@ "use strict";

exports.elem = elem;
exports.indexInFuncSection = indexInFuncSection;
Object.defineProperty(exports, "traverse", {

@@ -574,2 +575,9 @@ enumerable: true,

};
}
function indexInFuncSection(index) {
return {
type: "IndexInFuncSection",
index: index
};
}

6

package.json
{
"name": "@webassemblyjs/ast",
"version": "1.1.2-y.6",
"version": "1.1.2-y.7",
"description": "AST utils for webassemblyjs",

@@ -14,5 +14,5 @@ "keywords": [

"dependencies": {
"@webassemblyjs/wast-parser": "1.1.2-y.6",
"@webassemblyjs/wast-parser": "1.1.2-y.7",
"webassembly-floating-point-hex-parser": "0.1.2",
"webassemblyjs": "1.1.2-y.6"
"webassemblyjs": "1.1.2-y.7"
},

@@ -19,0 +19,0 @@ "repository": {

@@ -567,2 +567,9 @@ // @flow

export function indexInFuncSection(index: Index): IndexInFuncSection {
return {
type: "IndexInFuncSection",
index
};
}
export { traverse, traverseWithHooks } from "./traverse";

@@ -569,0 +576,0 @@ export { signatures } from "./signatures";

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