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.7.0-1 to 1.7.0-2

3

esm/utils.js

@@ -5,2 +5,5 @@ 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); }

import { traverse } from "./traverse";
var constants = require("@webassemblyjs/helper-wasm-bytecode");
export function isAnonymous(ident) {

@@ -7,0 +10,0 @@ return ident.raw === "";

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

var constants = require("@webassemblyjs/helper-wasm-bytecode");
function isAnonymous(ident) {

@@ -25,0 +27,0 @@ return ident.raw === "";

10

package.json
{
"name": "@webassemblyjs/ast",
"version": "1.7.0-1",
"version": "1.7.0-2",
"description": "AST utils for webassemblyjs",

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

"dependencies": {
"@webassemblyjs/helper-module-context": "1.7.0-1",
"@webassemblyjs/helper-wasm-bytecode": "1.7.0-1",
"@webassemblyjs/wast-parser": "1.7.0-1",
"@webassemblyjs/helper-module-context": "1.7.0-2",
"@webassemblyjs/helper-wasm-bytecode": "1.7.0-2",
"@webassemblyjs/wast-parser": "1.7.0-2",
"mamacro": "^0.0.3"

@@ -29,3 +29,3 @@ },

"devDependencies": {
"@webassemblyjs/helper-test-framework": "1.7.0-1",
"@webassemblyjs/helper-test-framework": "1.7.0-2",
"array.prototype.flatmap": "^1.2.1",

@@ -32,0 +32,0 @@ "dump-exports": "^0.1.0"

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