Socket
Socket
Sign inDemoInstall

6to5

Package Overview
Dependencies
109
Maintainers
1
Versions
257
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.13.5 to 2.13.6

tools/find-naughty-polyfill

6

lib/6to5/generation/node/parentheses.js

@@ -154,4 +154,6 @@ "use strict";

if (t.isCallExpression(parent) && parent.callee === node) {
return true;
if (t.isCallExpression(parent) || t.isNewExpression(parent)) {
if (parent.callee === node) {
return true;
}
}

@@ -158,0 +160,0 @@

{
"name": "6to5",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "2.13.5",
"version": "2.13.6",
"author": "Sebastian McKenzie <sebmck@gmail.com>",

@@ -6,0 +6,0 @@ "homepage": "https://6to5.org/",

@@ -1,8 +0,6 @@

"use strict";
var _to5Runtime = _to5Runtime.interopRequire(require("6to5-runtime/helpers"));
var _interopRequire = function (obj) {
return obj && (obj["default"] || obj);
};
var _core = _to5Runtime.interopRequire(require("6to5-runtime/core-js"));
var _core = _interopRequire(require("core-js/library"));
"use strict";

@@ -113,3 +111,3 @@ exports.inherits = function (subClass, superClass) {

return new _core.Promise(function (resolve, reject) {
var step = function (getNext) {
function step(getNext) {
var next;

@@ -137,3 +135,3 @@ try {

});
};
}

@@ -140,0 +138,0 @@ step(function () {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc