Socket
Socket
Sign inDemoInstall

eslint-plugin-inclusive-language

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-inclusive-language - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

16

package.json
{
"name": "eslint-plugin-inclusive-language",
"version": "2.2.0",
"version": "2.2.1",
"description": "An ESLint plugin to raise awareness for using inclusive language not only in your codebase, but in life.",

@@ -13,7 +13,7 @@ "main": "lib/index.js",

"devDependencies": {
"eslint": "^8.3.0",
"husky": "^7.0.4",
"jest": "^27.4.3",
"lint-staged": "^12.1.2",
"prettier": "^2.5.0"
"eslint": "^8.49.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3"
},

@@ -24,3 +24,3 @@ "files": [

"scripts": {
"lint": "eslint **/lib/**/*.js",
"lint": "eslint lib/**/*.js",
"precommit": "lint-staged",

@@ -41,3 +41,3 @@ "prettier": "prettier --write '**/*.{js,json,md,yml}'",

],
"**/lib/**/*.js": [
"lib/**/*.js": [
"eslint"

@@ -44,0 +44,0 @@ ]

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