Socket
Socket
Sign inDemoInstall

@babel/helper-function-name

Package Overview
Dependencies
18
Maintainers
6
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.8.3 to 7.9.5

4

lib/index.js

@@ -153,3 +153,5 @@ "use strict";

}
} else if (t.isAssignmentExpression(parent)) {
} else if (t.isAssignmentExpression(parent, {
operator: "="
})) {
id = parent.left;

@@ -156,0 +158,0 @@ } else if (!id) {

{
"name": "@babel/helper-function-name",
"version": "7.8.3",
"version": "7.9.5",
"description": "Helper function to change the property 'name' of every function",

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

"@babel/template": "^7.8.3",
"@babel/types": "^7.8.3"
"@babel/types": "^7.9.5"
},
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
"gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc