babel-helper-get-function-arity
Advanced tools
Comparing version 6.5.0 to 6.6.4
@@ -11,4 +11,4 @@ "use strict"; | ||
exports["default"] = function (node) /*: number*/ { | ||
var params /*: Array<Object>*/ = node.params; | ||
exports["default"] = function (node) { | ||
var params = node.params; | ||
for (var i = 0; i < params.length; i++) { | ||
@@ -15,0 +15,0 @@ var param = params[i]; |
{ | ||
"name": "babel-helper-get-function-arity", | ||
"version": "6.5.0", | ||
"version": "6.6.4", | ||
"description": "", | ||
@@ -10,4 +10,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity", | ||
"babel-runtime": "^5.0.0", | ||
"babel-types": "^6.3.13" | ||
"babel-types": "^6.6.4" | ||
} | ||
} |
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
0
924
Updatedbabel-types@^6.6.4