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.1 to 0.6.2

2

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

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

@@ -709,2 +709,3 @@ // regjsparser

if (insideCharacterClass) {
// b
if (match('b')) {

@@ -722,2 +723,6 @@ // 15.10.2.19

}
// [+U] -
if (match('-') && hasUnicodeFlag) {
return createEscaped('singleEscape', 0x002d, '\\-');
}
}

@@ -724,0 +729,0 @@

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