Socket
Socket
Sign inDemoInstall

@babel/helper-validator-identifier

Package Overview
Dependencies
0
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.10.1 to 7.10.3

4

package.json
{
"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 @@ })

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc