redos-detector
Advanced tools
| import { OurRange } from './our-range'; | ||
| export type MutableCharacterGroups = { | ||
| dot: boolean; | ||
| negated: boolean; | ||
| ranges: OurRange[]; | ||
| unicodePropertyEscapes: Set<string>; | ||
| }; | ||
| export type CharacterGroups = Readonly<{ | ||
| negated: boolean; | ||
| rangesNegated: boolean; | ||
| ranges: readonly OurRange[]; | ||
| unicodePropertyEscapes: ReadonlySet<string>; | ||
| unicodePropertyEscapes: ReadonlyMap<string, boolean>; | ||
| }>; | ||
@@ -13,0 +7,0 @@ /** |
+3
-3
@@ -58,3 +58,3 @@ { | ||
| "eslint-config-prettier": "9.1.0", | ||
| "eslint-plugin-redos-detector": "3.0.2", | ||
| "eslint-plugin-redos-detector": "3.1.0", | ||
| "forkable-iterator": "1.1.2", | ||
@@ -66,3 +66,3 @@ "husky": "8.0.3", | ||
| "prettier": "3.4.2", | ||
| "rollup": "4.28.1", | ||
| "rollup": "4.29.1", | ||
| "ts-jest": "29.2.5", | ||
@@ -72,3 +72,3 @@ "tslib": "2.8.1", | ||
| }, | ||
| "version": "6.1.1" | ||
| "version": "6.1.2" | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
790779
0.61%17714
0.39%130
2.36%