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

eslint-plugin-lodash

Package Overview
Dependencies
Maintainers
3
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-lodash - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

14

CHANGELOG.md

@@ -11,4 +11,12 @@ # Change Log

[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v1.4.0...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v1.4.1...HEAD
## [1.4.1] - 2016-03-13
### Fixed
- Fixed `recommended` configuration. ([`25499be0`][25499be0])
[25499be0]: https://github.com/wix/eslint-plugin-lodash/commit/25499be0851b6f17d09e6e848bdb39db5e2edbcd
[1.4.1]: https://github.com/wix/eslint-plugin-lodash/compare/v1.4.1...v1.4.0
## [1.4.0] - 2016-03-13

@@ -48,3 +56,3 @@ ### Added

### Fixed
- Fixed rules `prefer-get`, `prefer-matches`, and `prefer-is-nil` that stopped reporting in ESLint v2. ([`5054431`][5054431]);
- Fixed rules `prefer-get`, `prefer-matches`, and `prefer-is-nil` that stopped reporting in ESLint v2. ([`5054431`][5054431]);

@@ -59,3 +67,3 @@ [5054431]: https://github.com/wix/eslint-plugin-lodash/commit/50544315414c01980cf1580b8f28f3d1324287a7

- Fixed `path-style` to report for calls to `matchesProperty`. ([`24d2ba6`][24d2ba6])
- Fixed shorthand rules to report on more methods and on iteratees that call the shorthand methods (e.g. `_.property`). ([`e42d364`][e42d364])
- Fixed shorthand rules to report on more methods and on iteratees that call the shorthand methods (e.g. `_.property`). ([`e42d364`][e42d364])

@@ -62,0 +70,0 @@ [24d2ba6]: https://github.com/wix/eslint-plugin-lodash/commit/24d2ba6e154b8d00691536846e95699380de45bf

@@ -31,3 +31,3 @@ 'use strict';

'lodash/prefer-filter': [2, 3],
'lodash/prefer-flat-map': '2',
'lodash/prefer-flat-map': 2,
'lodash/prefer-get': [2, 3],

@@ -34,0 +34,0 @@ 'lodash/prefer-invoke-map': 2,

{
"name": "eslint-plugin-lodash",
"version": "1.4.0",
"version": "1.4.1",
"author": "Omer Ganim <ganimomer@gmail.com>",

@@ -26,8 +26,8 @@ "description": "Lodash specific linting rules for ESLint",

"dependencies": {
"lodash": "4.5.1"
"lodash": "4.6.1"
},
"devDependencies": {
"coveralls": "2.11.6",
"eslint": "2.2.0",
"eslint-config-wix-editor": "0.2.2",
"coveralls": "2.11.8",
"eslint": "2.4.0",
"eslint-config-wix-editor": "0.2.3",
"istanbul": "0.4.2",

@@ -34,0 +34,0 @@ "mocha": "2.4.5"

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