Socket
Socket
Sign inDemoInstall

@babel/helper-call-delegate

Package Overview
Dependencies
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-call-delegate - npm Package Compare versions

Comparing version 7.8.3 to 7.8.7

12

lib/index.js

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

function _default(path, scope = path.scope) {
function _default(path, scope = path.scope, shouldHoistVariables = true) {
const {

@@ -45,5 +45,9 @@ node

let args = [];
(0, _helperHoistVariables.default)(path, id => scope.push({
id
}));
if (shouldHoistVariables) {
(0, _helperHoistVariables.default)(path, id => scope.push({
id
}));
}
const state = {

@@ -50,0 +54,0 @@ foundThis: false,

{
"name": "@babel/helper-call-delegate",
"version": "7.8.3",
"version": "7.8.7",
"description": "Helper function to call delegate",

@@ -14,5 +14,5 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",

"@babel/traverse": "^7.8.3",
"@babel/types": "^7.8.3"
"@babel/types": "^7.8.7"
},
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
"gitHead": "595f65f33b8e948e34d12be83f700cf8d070c790"
}
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