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 1.0.19 to 1.0.20

9

package.json
{
"name": "eslint-plugin-no-array-reduce",
"version": "1.0.19",
"version": "1.0.20",
"description": "ESLint rule to disallow Array.reduce() method.",
"main": "./dist/index.js",
"typings": "./dist/types/index.d.ts",
"files": [

@@ -43,2 +42,5 @@ "dist",

},
"peerDependencies": {
"eslint": ">=7.0.0"
},
"lint-staged": {

@@ -77,4 +79,5 @@ "*": [

"eslint-plugin",
"eslint-rules"
"eslint-rules",
"reduce"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc