Socket
Socket
Sign inDemoInstall

@babel/helper-wrap-function

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-wrap-function - npm Package Compare versions

Comparing version 7.18.10 to 7.18.11

10

lib/index.js

@@ -66,5 +66,9 @@ "use strict";

if (path.isArrowFunctionExpression()) {
path = path.arrowFunctionToExpression({
noNewArrows
});
{
var _path$arrowFunctionTo;
path = (_path$arrowFunctionTo = path.arrowFunctionToExpression({
noNewArrows
})) != null ? _path$arrowFunctionTo : path;
}
node = path.node;

@@ -71,0 +75,0 @@ } else {

{
"name": "@babel/helper-wrap-function",
"version": "7.18.10",
"version": "7.18.11",
"description": "Helper to wrap functions inside a function call.",

@@ -19,3 +19,3 @@ "repository": {

"@babel/template": "^7.18.10",
"@babel/traverse": "^7.18.10",
"@babel/traverse": "^7.18.11",
"@babel/types": "^7.18.10"

@@ -22,0 +22,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