Socket
Socket
Sign inDemoInstall

@babel/helper-validator-identifier

Package Overview
Dependencies
0
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.22.19 to 7.22.20

2

package.json
{
"name": "@babel/helper-validator-identifier",
"version": "7.22.19",
"version": "7.22.20",
"description": "Validate identifier/keywords name",

@@ -5,0 +5,0 @@ "repository": {

@@ -13,11 +13,7 @@ "use strict";

let last = -1;
const cont = [0x200c, 0x200d].concat(
require(
"@unicode/unicode-" +
version +
"/Binary_Property/ID_Continue/code-points.js"
).filter(function (ch) {
return ch > 0x7f && search(start, ch, last + 1) == -1;
})
);
const cont = require(
"@unicode/unicode-" + version + "/Binary_Property/ID_Continue/code-points.js"
).filter(function (ch) {
return ch > 0x7f && search(start, ch, last + 1) == -1;
});

@@ -24,0 +20,0 @@ function search(arr, ch, starting) {

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