Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-lodash

Package Overview
Dependencies
Maintainers
2
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.2.0 to 7.3.0

10

CHANGELOG.md

@@ -7,4 +7,12 @@ ### Changelog

#### [v7.3.0](https://github.com/wix/eslint-plugin-lodash/compare/v7.2.0...v7.3.0)
- bump all [`655c97b`](https://github.com/wix/eslint-plugin-lodash/commit/655c97b5b4360266e0ede330d171fd7a7f179cb6)
- update change log [`febe17f`](https://github.com/wix/eslint-plugin-lodash/commit/febe17f63b05d2271fdd8281eb8436d8cf617703)
- drop node 10 add 14 [`efa1cc9`](https://github.com/wix/eslint-plugin-lodash/commit/efa1cc9597a38b4ed350b81b19e159259befcc30)
#### [v7.2.0](https://github.com/wix/eslint-plugin-lodash/compare/v7.1.0...v7.2.0)
> 10 March 2021
- Bump eslint-config-wix-editor from 8.1.0 to 8.4.0 [`#293`](https://github.com/wix/eslint-plugin-lodash/pull/293)

@@ -17,3 +25,3 @@ - fix `unwrap` rule [`#239`](https://github.com/wix/eslint-plugin-lodash/pull/239)

- bump all [`a42efc6`](https://github.com/wix/eslint-plugin-lodash/commit/a42efc6d3337f553402237421e2851b2ac6f143f)
- bump all [`d6623c3`](https://github.com/wix/eslint-plugin-lodash/commit/d6623c32d2a5b993fb3c54607f8f884256557e67)
- update change log [`5f59bc0`](https://github.com/wix/eslint-plugin-lodash/commit/5f59bc0e987010240886cf0e665ca4c084ec0d57)

@@ -20,0 +28,0 @@ #### [v7.1.0](https://github.com/wix/eslint-plugin-lodash/compare/v7.0.0...v7.1.0)

14

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

@@ -33,10 +33,10 @@ "description": "Lodash specific linting rules for ESLint",

"devDependencies": {
"auto-changelog": "^2.2.1",
"coveralls": "^3.1.0",
"auto-changelog": "^2.3.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"eslint": "^7.21.0",
"eslint": "^7.32.0",
"eslint-config-wix-editor": "^8.4.0",
"eslint-plugin-eslint-plugin": "^2.3.0",
"eslint-plugin-eslint-plugin": "^3.5.3",
"eslint-traverser": "^1.5.2",
"mocha": "^8.3.1",
"mocha": "^9.0.3",
"nyc": "^15.1.0"

@@ -55,4 +55,4 @@ },

"dependencies": {
"lodash": ">=4"
"lodash": "^4.17.21"
}
}
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