@babel/helper-fixtures
Advanced tools
Comparing version 7.10.1 to 7.10.4
@@ -45,4 +45,4 @@ "use strict"; | ||
function shouldIgnore(name, blacklist) { | ||
if (blacklist && blacklist.indexOf(name) >= 0) { | ||
function shouldIgnore(name, ignore) { | ||
if (ignore && ignore.indexOf(name) >= 0) { | ||
return true; | ||
@@ -49,0 +49,0 @@ } |
{ | ||
"name": "@babel/helper-fixtures", | ||
"version": "7.10.1", | ||
"version": "7.10.4", | ||
"description": "Helper function to support fixtures", | ||
@@ -20,3 +20,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
}, | ||
"gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf" | ||
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df" | ||
} |
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
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
9610
1