babel-plugin-transform-regexp-constructors
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -8,3 +8,3 @@ "use strict"; | ||
if (!evaluatedArgs.every(function (a) { | ||
return a.confident === true && typeof a.value === "string"; | ||
return a.confident && typeof a.value === "string"; | ||
})) { | ||
@@ -11,0 +11,0 @@ return; |
{ | ||
"name": "babel-plugin-transform-regexp-constructors", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "This changes RegExp constructors into literals if the RegExp arguments are strings.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/babel/babili#readme", |
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
2687
1