Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

regjsparser

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regjsparser - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

2

package.json
{
"name": "regjsparser",
"version": "0.6.2",
"version": "0.6.3",
"author": "'Julian Viereck' <julian.viereck@gmail.com>",

@@ -5,0 +5,0 @@ "license": "BSD-2-Clause",

@@ -236,2 +236,8 @@ // regjsparser

if (hasUnicodeFlag) {
if (_char === '}') {
bail("unescaped or unmatched closing brace");
}
if (_char === ']') {
bail("unescaped or unmatched closing bracket");
}
var second;

@@ -238,0 +244,0 @@ if (_char.length === 1 && first >= 0xD800 && first <= 0xDBFF) {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc