Socket
Socket
Sign inDemoInstall

eslint-plugin-lodash-fp

Package Overview
Dependencies
95
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.2.0-a1

Diff

jfmengels
published 2.1.3 •

Changelog

Source

[2.1.3] - 2016-11-08

Fixed

  • Fixed [no-single-composition] by allowing array expressions with multiple elements ([#42], thanks [@iam4x]).

Misc

  • Replaced [ast-utils] by [eslint-ast-utils] (package was renamed).
  • Replaced isStaticRequire function by the similarly named function in [eslint-ast-utils].
jfmengels
published 2.1.2 •

Changelog

Source

[2.1.2] - 2016-11-03

Fixed

  • Fixed [no-extraneous-function-wrapping] not handling some constructs (now uses [ast-utils]).
jfmengels
published 2.1.1 •

Changelog

Source

[2.1.1] - 2016-10-14

Fixed

  • Fixed [no-single-composition] triggering errors when using spread arguments.
jfmengels
published 2.1.0 •

Changelog

Source

[2.1.0] - 2016-10-10

NOTE

  • This was published as a minor version by accident. It should have been a patch.

Fixed

  • Fixed incorrect errors for [use-fp] on package names starting with lodash- ([#41, thanks [@penny-five])
jfmengels
published 2.0.1 •

Changelog

Source

[2.0.1] - 2016-08-24

Fixed

  • Fixed crash in no-extraneous-function-wrapping when using return without an argument.
  • Fixed false report in no-extraneous-function-wrapping when using the last argument twice in the arguments ([#38], thanks [@godu]).
jfmengels
published 2.0.0 •

Changelog

Source

[2.0.0] - 2016-07-15

Removed

  • Breaking: Removed support for Node.js versions < v4.

Fixed

  • Fixed documentation for [prefer-composition-grouping].
  • Added suggestion in [prefer-composition-grouping] to use [_.overEvery]/[_.overSome] to replace multiple [_.filter]/[_.reject].
  • Added an exception for [_.bindAll] in [no-unused-result] ([#36], thanks [@dfadler]).

Changed

  • Removed [eslint] as a dependency.
jfmengels
published 1.3.0 •

Changelog

Source

[1.3.0] - 2016-05-26

Added

  • Added [no-unused-result] rule

Fixed

  • Fixed [prefer-composition-grouping]'s error message ([#30], thanks [@gunar]).
  • Fixed [no-extraneous-iteratee-args]'s error message.
  • [prefer-composition-grouping] now handles aliases, and can report multiple errors in the same flow construct.

Changed

  • [no-for-each] now also reports uses of [_.forIn] and [_.forOwn].
jfmengels
published 1.2.0 •

Changelog

Source

[1.2.0] - 2016-05-08

Added

  • Added [no-extraneous-iteratee-args] rule
  • Added [no-partial-of-curried] rule
  • Added [preferred-alias] rule

Fixed

  • [no-extraneous-args] now also handles aliases.
  • Fixed crash in [no-extraneous-function-wrapping].

Changed

  • [no-extraneous-args] now recommends an alternative whenever possible, and tells when to use an array for method that used rest args.
jfmengels
published 1.1.3 •

Changelog

Source

[1.1.3] - 2016-05-02

Fixed

  • Fix false positives being returned for any Lodash method used that did not match [consistent-compose] method name option ([#14], thanks [@kavington])
2Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc