@babel/helper-validator-identifier
Advanced tools
Comparing version 7.10.1 to 7.10.3
{ | ||
"name": "@babel/helper-validator-identifier", | ||
"version": "7.10.1", | ||
"version": "7.10.3", | ||
"description": "Validate identifier/keywords name", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
}, | ||
"gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf" | ||
"gitHead": "2787ee2f967b6d8e1121fca00a8d578d75449a53" | ||
} |
@@ -9,3 +9,3 @@ "use strict"; | ||
version + | ||
"/Binary_Property/ID_Start/code-points.js").filter(function(ch) { | ||
"/Binary_Property/ID_Start/code-points.js").filter(function (ch) { | ||
return ch > 0x7f; | ||
@@ -17,3 +17,3 @@ }); | ||
version + | ||
"/Binary_Property/ID_Continue/code-points.js").filter(function(ch) { | ||
"/Binary_Property/ID_Continue/code-points.js").filter(function (ch) { | ||
return ch > 0x7f && search(start, ch, last + 1) == -1; | ||
@@ -20,0 +20,0 @@ }) |
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
18583
1