Socket
Socket
Sign inDemoInstall

regjsparser

Package Overview
Dependencies
1
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.8 to 0.6.9

2

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

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

@@ -817,3 +817,3 @@ // regjsparser

// If they are all zeros, then only take the first one.
return createEscaped('null', 0x0000, '0', match.length + 1);
return createEscaped('null', 0x0000, '0', match.length);
} else {

@@ -820,0 +820,0 @@ return createEscaped('octal', parseInt(match, 8), match, 1);

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