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

eslint-plugin-always

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-always - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.github/workflows/codeql-analysis.yml

25

package.json
{
"name": "eslint-plugin-always",
"version": "1.0.0",
"version": "1.0.1",
"description": "ESLint plugin that always reports with configurable message",

@@ -20,18 +20,4 @@ "main": "index.js",

"devDependencies": {
"@jenssimon/eslint-config-base": "^1.4.3",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-dollar-sign": "^1.0.2",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-optimize-regex": "^1.1.7",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.8.0"
"@jenssimon/eslint-config-base": "^4.0.0",
"eslint": "^7.20.0"
},

@@ -41,2 +27,7 @@ "peerDependencies": {

},
"eslintConfig": {
"extends": [
"@jenssimon/base"
]
},
"scripts": {

@@ -43,0 +34,0 @@ "lint": "eslint --fix ./"

@@ -35,3 +35,3 @@ [![NPM version][npm-image]][npm-url] [![Downloads][npm-downloads-image]][npm-url] [![Dependencies][deps-image]][deps-url] [![star this repo][gh-stars-image]][gh-url] [![fork this repo][gh-forks-image]][gh-url] [![Build Status][travis-image]][travis-url] ![Code Style][codestyle-image]

Add the plugin to your ´eslintrc.json´:
Add the plugin to your `eslintrc.json`:

@@ -60,7 +60,7 @@ ```json

MIT © 2020 [Jens Simon](https://github.com/jenssimon)
MIT © 2021 [Jens Simon](https://github.com/jenssimon)
[npm-url]: https://www.npmjs.com/package/eslint-plugin-always
[npm-image]: https://badgen.net/npm/v/eslint-plugin-always
[npm-downloads-image]: https://badgen.net/npm/dt/eslint-plugin-always
[npm-downloads-image]: https://badgen.net/npm/dw/eslint-plugin-always

@@ -67,0 +67,0 @@ [deps-url]: https://david-dm.org/jenssimon/eslint-plugin-always

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