Socket
Socket
Sign inDemoInstall

@babel/helper-call-delegate

Package Overview
Dependencies
Maintainers
5
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.0.0-beta.47 to 7.0.0-beta.48

8

lib/index.js

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

_helperHoistVariables = function _helperHoistVariables() {
_helperHoistVariables = function () {
return data;

@@ -22,3 +22,3 @@ };

t = function t() {
t = function () {
return data;

@@ -54,3 +54,5 @@ };

function _default(path, scope = path.scope) {
const node = path.node;
const {
node
} = path;
const container = t().functionExpression(null, [], node.body, node.generator, node.async);

@@ -57,0 +59,0 @@ let callee = container;

{
"name": "@babel/helper-call-delegate",
"version": "7.0.0-beta.47",
"version": "7.0.0-beta.48",
"description": "Helper function to call delegate",

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

"dependencies": {
"@babel/helper-hoist-variables": "7.0.0-beta.47",
"@babel/traverse": "7.0.0-beta.47",
"@babel/types": "7.0.0-beta.47"
"@babel/helper-hoist-variables": "7.0.0-beta.48",
"@babel/traverse": "7.0.0-beta.48",
"@babel/types": "7.0.0-beta.48"
}
}
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