🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-regexp

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-regexp - npm Package Compare versions

Comparing version

to
0.6.1

3

dist/rules/no-useless-non-capturing-group.js

@@ -31,3 +31,4 @@ "use strict";

if (parent.type === "Quantifier" &&
alt.elements.length > 1) {
(alt.elements.length > 1 ||
alt.elements[0].type === "Quantifier")) {
return;

@@ -34,0 +35,0 @@ }

{
"name": "eslint-plugin-regexp",
"version": "0.6.0",
"version": "0.6.1",
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",