Socket
Socket
Sign inDemoInstall

@webassemblyjs/helper-code-frame

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webassemblyjs/helper-code-frame - npm Package Compare versions

Comparing version 1.11.1 to 1.11.3

6

esm/index.js

@@ -1,2 +0,2 @@

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); }
function _typeof(obj) { "@babel/helpers - typeof"; 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); }

@@ -6,4 +6,4 @@ import { print } from "@webassemblyjs/wast-printer";

function repeat(char, nb) {
return Array(nb).fill(char).join("");
function repeat(_char, nb) {
return Array(nb).fill(_char).join("");
} // TODO(sven): allow arbitrary ast nodes

@@ -10,0 +10,0 @@

@@ -11,8 +11,8 @@ "use strict";

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); }
function _typeof(obj) { "@babel/helpers - typeof"; 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); }
var SHOW_LINES_AROUND_POINTER = 5;
function repeat(char, nb) {
return Array(nb).fill(char).join("");
function repeat(_char, nb) {
return Array(nb).fill(_char).join("");
} // TODO(sven): allow arbitrary ast nodes

@@ -19,0 +19,0 @@

{
"name": "@webassemblyjs/helper-code-frame",
"version": "1.11.1",
"version": "1.11.3",
"description": "",

@@ -17,8 +17,8 @@ "main": "lib/index.js",

"dependencies": {
"@webassemblyjs/wast-printer": "1.11.1"
"@webassemblyjs/wast-printer": "1.11.3"
},
"devDependencies": {
"@webassemblyjs/ast": "1.11.1"
"@webassemblyjs/ast": "1.11.3"
},
"gitHead": "3f07e2db2031afe0ce686630418c542938c1674b"
"gitHead": "5fd2425602b752576bbe8089c343d5d70ebc861c"
}
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