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.6.4 to 1.6.5

11

CHANGELOG.md

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

[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.4...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.5...HEAD
## [1.6.5] - 2016-04-11
### Fixed
- Changed default config of `path-style` to `string` and removed jsPerf from docs. ([`14b8d05`][14b8d05])
- Changed recommended `path-style` to `string`. ([`66f8053`][66f8053])
[14b8d05]: https://github.com/wix/eslint-plugin-lodash/commit/14b8d05f060c496848fad8a8e05b9218134d0865
[66f8053]: https://github.com/wix/eslint-plugin-lodash/commit/66f8053fc82ea96a4446a77cc0387a3f9c18a062
[1.6.5]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.5...v1.6.4
## [1.6.4] - 2016-04-10

@@ -15,0 +24,0 @@ ### Fixed

4

lib/index.js

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

'lodash/no-single-chain': 2,
'lodash/path-style': [2, 'as-needed'],
'lodash/path-style': [2, 'string'],
'lodash/prefer-chain': [2, 3],

@@ -74,3 +74,3 @@ 'lodash/prefer-compact': 2,

'lodash/no-single-chain': 2,
'lodash/path-style': [2, 'as-needed'],
'lodash/path-style': [2, 'string'],
'lodash/prefer-chain': [2, 3],

@@ -77,0 +77,0 @@ 'lodash/prefer-compact': 2,

@@ -54,3 +54,3 @@ /**

if (propertyPathNode) {
reportIfViolates[context.options[0] || 'as-needed'](propertyPathNode);
reportIfViolates[context.options[0] || 'string'](propertyPathNode);
}

@@ -57,0 +57,0 @@ })

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

@@ -5,0 +5,0 @@ "description": "Lodash specific linting rules for ESLint",

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