Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-array-func

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-array-func - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

12

package.json
{
"name": "eslint-plugin-array-func",
"version": "2.0.0",
"version": "2.0.1",
"description": "Rules dealing with Array functions and methods.",

@@ -14,10 +14,10 @@ "main": "index.js",

"devDependencies": {
"@freaktechnik/eslint-config-node": "^5.2.1",
"@freaktechnik/eslint-config-test": "^5.2.1",
"ava": "^0.23.0",
"@freaktechnik/eslint-config-node": "^6.0.0",
"@freaktechnik/eslint-config-test": "^6.0.0",
"ava": "^0.24.0",
"codecov": "^3.0.0",
"eslint": "^4.10.0",
"eslint": "^4.14.0",
"eslint-ava-rule-tester": "^2.0.2",
"eslint-plugin-eslint-plugin": "^1.2.0",
"nyc": "^11.3.0"
"nyc": "^11.4.1"
},

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

@@ -8,15 +8,15 @@ # eslint-plugin-array-func

## Contents
- [Installation](#Installation)
- [Rules](#Rules)
- [Installation](#installation)
- [Rules](#rules)
- [`from-map`](#from-map)
- [Examples](#Examples)
- [Examples](#examples)
- [`no-unnecessary-this-arg`](#no-unnecessary-this-arg)
- [Checked Functions](#checked-functions)
- [Checked Methods](#checked-methods)
- [Examples](#Examples2)
- [Examples](#examples-1)
- [`prefer-array-from`](#prefer-array-from)
- [Examples](#Examples3)
- [`array-func/recommended` Configuration](#array-func-recommended-configuration)
- [Examples](#examples-2)
- [`array-func/recommended` Configuration](#array-funcrecommended-configuration)
- [Using the Configuration](#using-the-configuration)
- [License](#License)
- [License](#license)

@@ -23,0 +23,0 @@ ## Installation

@@ -18,3 +18,3 @@ /**

docs: {
description: "Prefer using Array.from over spreading an interable in an array literal.",
description: "Prefer using Array.from over spreading an iterable in an array literal.",
recommended: true

@@ -21,0 +21,0 @@ },

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