You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

eslint-plugin-no-array-reduce

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-no-array-reduce - npm Package Compare versions

Comparing version

to
1.0.34

{
"name": "eslint-plugin-no-array-reduce",
"version": "1.0.33",
"version": "1.0.34",
"description": "ESLint rule to disallow Array.reduce() method.",

@@ -22,9 +22,9 @@ "main": "./dist/index.js",

"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@types/eslint": "^7.28.2",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/eslint": "^8.2.0",
"@types/estree": "0.0.50",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"commitizen": "^4.2.4",

@@ -36,8 +36,8 @@ "eslint": "^8.2.0",

"husky": "^7.0.4",
"lint-staged": "^12.0.2",
"lint-staged": "^12.0.3",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"pretty-quick": "^3.1.2",
"semantic-release": "^18.0.0",
"tsup": "^5.7.0",
"typescript": "^4.4.4"
"tsup": "^5.7.4",
"typescript": "^4.5.2"
},

@@ -44,0 +44,0 @@ "peerDependencies": {