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 7.0.0 to 7.1.0

9

CHANGELOG.md

@@ -7,6 +7,13 @@ ### Changelog

#### [v7.0.0](https://github.com/wix/eslint-plugin-lodash/compare/v7.0.0...v7.0.0)
#### [v7.1.0](https://github.com/wix/eslint-plugin-lodash/compare/v7.0.0...v7.1.0)
> 12 April 2020
- fix full lodash import trailing slash [`#195`](https://github.com/wix/eslint-plugin-lodash/pull/195)
- s/ignorePatterns/ignoreObjects [`#223`](https://github.com/wix/eslint-plugin-lodash/pull/223)
- docs: add `collection-ordering` to readme [`#224`](https://github.com/wix/eslint-plugin-lodash/pull/224)
- fix: Autofix for paths with double member access [`#230`](https://github.com/wix/eslint-plugin-lodash/pull/230)
- version 7 [`a2e3d69`](https://github.com/wix/eslint-plugin-lodash/commit/a2e3d6914709ae14d7b4297fc2f81c9a6e61b612)
- changelog script [`de61c2b`](https://github.com/wix/eslint-plugin-lodash/commit/de61c2bf44625ef4300498518055149546597a99)
### [v7.0.0](https://github.com/wix/eslint-plugin-lodash/compare/v6.0.1...v7.0.0)

@@ -13,0 +20,0 @@

4

package.json
{
"name": "eslint-plugin-lodash",
"version": "7.0.0",
"version": "7.1.0",
"author": "Omer Ganim <ganimomer@gmail.com>",

@@ -15,3 +15,3 @@ "description": "Lodash specific linting rules for ESLint",

"major": "npm version major -m\"update version to %s\" && git push --follow-tags",
"version": "auto-changelog -p && git add CHANGELOG.md"
"version": "auto-changelog -p && git add CHANGELOG.md && git commit -m'update change log' && git push"
},

@@ -18,0 +18,0 @@ "files": [

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