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 4.0.0 to 5.0.0

docs/rules/callback-binding.md

25

CHANGELOG.md

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

[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v3.1.0...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v5.0.0...HEAD
## [4.0.0] - 2018-11-21
### Added
- Added rule `collection-ordering`. ([`4673524`][4673524])
### Removed
- Removed support for Node versions under 6.x. ([`7889a0a`][7889a0a])
[4673524]: https://github.com/wix/eslint-plugin-lodash/commit/4673524ad4d7397c38feaad8ff72ff141af8810f
[7889a0a]: https://github.com/wix/eslint-plugin-lodash/commit/7889a0a6dea186c03296868d3b5afe8081f2312c
[5.0.0]: https://github.com/wix/eslint-plugin-lodash/compare/v5.0.0...v4.0.0
## [4.0.0] - 2018-11-21
### Fixed
- Fixed case where `prefer-lodash-method` reports on chained methods. ([`e32432b`][e32432b])
- Fixed case where `prop-shorthand` doesn't report on `_.sortBy`. ([`9288ad4`][9288ad4])
[e32432b]: https://github.com/wix/eslint-plugin-lodash/commit/e32432ba80f4bf09d630891da1a68d06cdb8bcb5
[9288ad4]: https://github.com/wix/eslint-plugin-lodash/commit/9288ad494397e0f6d7df6ea212b5022737599dae
[4.0.0]: https://github.com/wix/eslint-plugin-lodash/compare/v4.0.0...v3.1.0
## [3.1.0] - 2018-09-19

@@ -15,0 +38,0 @@

33

package.json
{
"name": "eslint-plugin-lodash",
"version": "4.0.0",
"version": "5.0.0",
"author": "Omer Ganim <ganimomer@gmail.com>",
"description": "Lodash specific linting rules for ESLint",
"main": "lib/index.js",
"main": "src/index.js",
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"clean": "rimraf lib",
"lint": "eslint ./",
"lint": "eslint .",
"test": "npm run lint && npm run unit-test",
"unit-test": "cross-env NODE_ENV=test nyc mocha tests/**/*.js --reporter=dot",
"babel": "babel src -d lib",
"build": "npm run clean && npm run babel",
"prepublish": "npm run build"
"unit-test": "cross-env NODE_ENV=test nyc mocha tests/**/*.js --reporter=dot"
},

@@ -20,3 +16,4 @@ "files": [

"README.md",
"lib"
"src",
"docs"
],

@@ -33,22 +30,20 @@ "repository": {

"dependencies": {
"lodash": "4.17.10"
"lodash": "4.17.11"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-istanbul": "4.1.6",
"babel-plugin-istanbul": "5.1.0",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"coveralls": "3.0.1",
"coveralls": "3.0.2",
"cross-env": "5.2.0",
"eslint": "4.19.1",
"eslint-config-wix-editor": "3.4.0",
"eslint-plugin-eslint-plugin": "1.4.0",
"eslint": "5.9.0",
"eslint-config-wix-editor": "7.0.0",
"eslint-plugin-eslint-plugin": "1.4.1",
"eslint-traverser": "1.5.2",
"istanbul": "^0.4.4",
"mocha": "5.2.0",
"nyc": "12.0.2",
"rimraf": "2.6.2"
"nyc": "13.1.0"
},
"engines": {
"node": ">=0.12.0"
"node": ">=6"
},

@@ -55,0 +50,0 @@ "keywords": [

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