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.7 to 1.6.8

9

CHANGELOG.md

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

[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.7...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.8...HEAD
## [1.6.8] - 2016-04-18
### Fixed
- Fixed case where `no-extra-args` erronously reports on `attempt` when passing arguments. ([`5cd8950`][5cd8950])
[5cd8950]: https://github.com/wix/eslint-plugin-lodash/commit/5cd89503f3b7bde658db870161b37a3f8f7e2ef1
[1.6.8]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.8...v1.6.7
## [1.6.7] - 2016-04-18

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

2

lib/util/methodDataByVersion.js

@@ -187,3 +187,2 @@ 'use strict';

words: 2,
attempt: 1,
callback: 2,

@@ -438,3 +437,2 @@ constant: 1,

words: 2,
attempt: 1,
cond: 1,

@@ -441,0 +439,0 @@ conforms: 1,

{
"name": "eslint-plugin-lodash",
"version": "1.6.7",
"version": "1.6.8",
"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