babel-helper-function-name
Advanced tools
Comparing version 6.3.15 to 6.4.0
@@ -144,2 +144,5 @@ "use strict"; | ||
} | ||
} else if (t.isAssignmentExpression(parent)) { | ||
// foo = function () {}; | ||
id = parent.left; | ||
} else if (!id) { | ||
@@ -146,0 +149,0 @@ return; |
{ | ||
"name": "babel-helper-function-name", | ||
"version": "6.3.15", | ||
"version": "6.4.0", | ||
"description": "", | ||
@@ -10,3 +10,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name", | ||
"babel-runtime": "^5.0.0", | ||
"babel-types": "^6.3.13", | ||
"babel-types": "^6.4.0", | ||
"babel-traverse": "^6.3.15", | ||
@@ -13,0 +13,0 @@ "babel-helper-get-function-arity": "^6.3.13", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6099
136
0
Updatedbabel-types@^6.4.0