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

eslint-plugin-no-array-reduce

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

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.37

16

package.json
{
"name": "eslint-plugin-no-array-reduce",
"version": "1.0.36",
"version": "1.0.37",
"description": "ESLint rule to disallow Array.reduce() method.",

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

"@commitlint/config-conventional": "^15.0.0",
"@types/eslint": "^8.2.0",
"@types/eslint": "^8.2.1",
"@types/estree": "0.0.50",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@types/node": "^16.11.11",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"commitizen": "^4.2.4",
"eslint": "^8.3.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",

@@ -37,6 +37,6 @@ "eslint-plugin-import": "^2.25.3",

"lint-staged": "^12.1.2",
"prettier": "^2.5.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.2",
"semantic-release": "^18.0.1",
"tsup": "^5.10.0",
"tsup": "^5.10.1",
"typescript": "^4.5.2"

@@ -43,0 +43,0 @@ },

# eslint-plugin-no-array-reduce
[![npm version][npm-badge]][npm-url]
[![npm downloads][downloads-badge]][npm-url]
[![CI][build-badge]][build-url]

@@ -64,2 +65,3 @@ [![semantic-release][semantic-badge]][semantic-url]

[npm-badge]: https://img.shields.io/npm/v/eslint-plugin-no-array-reduce.svg
[downloads-badge]: https://img.shields.io/npm/dm/eslint-plugin-no-array-reduce.svg?color=blue
[build-badge]: https://github.com/mkosir/eslint-plugin-no-array-reduce/actions/workflows/main.yml/badge.svg

@@ -66,0 +68,0 @@ [build-url]: https://github.com/mkosir/eslint-plugin-no-array-reduce/actions/workflows/main.yml