New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-redos-detector

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

eslint-plugin-redos-detector - npm Package Compare versions

Comparing version

to
2.0.14

2

dist/eslint-plugin-redos-detector.d.ts
import { Rule } from 'eslint';
export declare type Options = {
export type Options = {
maxSteps?: number;

@@ -4,0 +4,0 @@ maxBacktracks?: number;

@@ -29,4 +29,4 @@ {

"scripts": {
"build": "rm -rf dist && rollup --config rollup.config.js",
"watch": "rollup --config rollup.config.js --watch",
"build": "rm -rf dist && rollup --config rollup.config.mjs",
"watch": "rollup --config rollup.config.mjs --watch",
"prettier": "prettier --write .",

@@ -39,18 +39,18 @@ "prettier:check": "prettier --check .",

"devDependencies": {
"@rollup/plugin-node-resolve": "13.3.0",
"@types/eslint": "8.4.6",
"@types/jest": "28.1.8",
"@types/node": "17.0.13",
"eslint": "8.23.0",
"husky": "8.0.1",
"jest": "28.1.3",
"lint-staged": "13.0.3",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "11.0.0",
"@types/eslint": "8.4.10",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"eslint": "8.31.0",
"husky": "8.0.3",
"jest": "29.3.1",
"lint-staged": "13.1.0",
"micromatch": "4.0.5",
"prettier": "2.7.1",
"redos-detector": "3.1.5",
"rollup": "2.78.1",
"rollup-plugin-typescript2": "0.33.0",
"ts-jest": "28.0.8",
"tslib": "2.4.0",
"typescript": "4.8.2"
"prettier": "2.8.2",
"redos-detector": "3.2.1",
"rollup": "3.10.0",
"ts-jest": "29.0.5",
"tslib": "2.4.1",
"typescript": "4.9.4"
},

@@ -60,3 +60,3 @@ "peerDependencies": {

},
"version": "2.0.13"
"version": "2.0.14"
}

Sorry, the diff of this file is too big to display