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.1 to 1.4.2

10

CHANGELOG.md

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

[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v1.4.1...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v1.4.2...HEAD
## [1.4.2] - 2016-03-20
### Fixed
- Fixed interations on method `sortedLastIndexBy`. ([`76b42b9`][76b42b9])
[76b42b9]: https://github.com/wix/eslint-plugin-lodash/commit/76b42b944ff4c5043aae24d4b1edaed7ceff0cec
[1.4.2]: https://github.com/wix/eslint-plugin-lodash/compare/v1.4.2...v1.4.1
## [1.4.1] - 2016-03-13

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

3

lib/util/methodDataByVersion.js

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

sortedLastIndex: 2,
sortedLastIndexBy: 2,
pullAllBy: 2

@@ -860,2 +861,2 @@ }

}
};
};
{
"name": "eslint-plugin-lodash",
"version": "1.4.1",
"version": "1.4.2",
"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