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

@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.7.8 to 1.7.9

2

esm/utils.js

@@ -71,3 +71,3 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

return aId > bId;
return aId - bId;
});

@@ -74,0 +74,0 @@ }

@@ -95,3 +95,3 @@ "use strict";

return aId > bId;
return aId - bId;
});

@@ -98,0 +98,0 @@ }

{
"name": "@webassemblyjs/ast",
"version": "1.7.8",
"version": "1.7.9",
"description": "AST utils for webassemblyjs",

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

"dependencies": {
"@webassemblyjs/helper-module-context": "1.7.8",
"@webassemblyjs/helper-wasm-bytecode": "1.7.8",
"@webassemblyjs/wast-parser": "1.7.8"
"@webassemblyjs/helper-module-context": "1.7.9",
"@webassemblyjs/helper-wasm-bytecode": "1.7.9",
"@webassemblyjs/wast-parser": "1.7.9"
},

@@ -28,3 +28,3 @@ "repository": {

"devDependencies": {
"@webassemblyjs/helper-test-framework": "1.7.8",
"@webassemblyjs/helper-test-framework": "1.7.9",
"array.prototype.flatmap": "^1.2.1",

@@ -34,3 +34,3 @@ "dump-exports": "^0.1.0",

},
"gitHead": "43b83b600939b19c48c3c27a1733592c493c4386"
"gitHead": "6c5bd6e21d734967e12bb7b7aaa38c80697b3b68"
}
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