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 2.2.4 to 2.2.5

9

CHANGELOG.md

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

[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v2.2.4...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v2.2.5...HEAD
## [2.2.5] - 2016-12-20
### Fixed
- Removed `no-unbound-this` from the `v3` config ([`5d62f9f`][5d62f9f])
[5d62f9f]: https://github.com/wix/eslint-plugin-lodash/commit/5d62f9fd145b2ae2bd6f00d9567afbfe1f496594
[2.2.5]: https://github.com/wix/eslint-plugin-lodash/compare/v2.2.5...v2.2.4
## [2.2.4] - 2016-12-15

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

1

lib/index.js

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

'lodash/no-extra-args': 2,
'lodash/no-unbound-this': 2,
'lodash/path-style': [2, 'string'],

@@ -80,0 +79,0 @@

{
"name": "eslint-plugin-lodash",
"version": "2.2.4",
"version": "2.2.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