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

regexp-tree

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexp-tree - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

2

dist/optimizer/transforms/group-single-chars-to-char-class.js

@@ -85,3 +85,3 @@ /**

return true;
} else if (type === 'CharacterClass') {
} else if (type === 'CharacterClass' && !expression.negative) {
return expression.expressions.every(function (expression) {

@@ -88,0 +88,0 @@ return shouldProcess(expression, charset);

{
"name": "regexp-tree",
"version": "0.1.14",
"version": "0.1.15",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Regular Expressions parser in JavaScript",

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