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

eslint-plugin-lodash

Package Overview
Dependencies
Maintainers
1
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 0.1.0 to 0.1.1

lib/index.js

13

package.json
{
"name": "eslint-plugin-lodash",
"version": "0.1.0",
"version": "0.1.1",
"description": "ESLint Plugin for use with the lodash library",
"main": "lib/index.js",
"directories": {
"lib": "lib/"
},
"files": [
"LICENSE",
"README.md",
"lib"
],
"scripts": {
"test": "npm run lint && mocha && npm run build",
"build": "rm -rf lib && babel src --out-dir lib",
"lint": "eslint ./"
"lint": "eslint ./",
"prepublish": "npm test"
},

@@ -11,0 +20,0 @@ "repository": {

ESLint-plugin-lodash
===================
[![Travis Build Status][build-badge]][build]
[![devDependency Status][dev-deps-badge]][dev-deps]
lodash specific linting rules for ESLint

@@ -55,1 +58,7 @@

ESLint-plugin-lodash is licensed under the [MIT License](LICENSE).
[build-badge]: https://travis-ci.org/eslint-plugins/eslint-plugin-lodash.svg?branch=master
[build]: https://travis-ci.org/eslint-plugins/eslint-plugin-lodash
[dev-deps-badge]: https://david-dm.org/eslint-plugins/eslint-plugin-lodash/dev-status.svg
[dev-deps]: https://david-dm.org/eslint-plugins/eslint-plugin-lodash#info=devDependencies
.babelrc
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