New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gathermade/eslint-config

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gathermade/eslint-config - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

19

package.json
{
"name": "@gathermade/eslint-config",
"version": "2.1.1",
"version": "2.2.0",
"description": "GatherMade's shared ESLint configurations.",

@@ -20,5 +20,5 @@ "main": "index.js",

"dependencies": {
"@next/eslint-plugin-next": "~12.2.5",
"@typescript-eslint/eslint-plugin": "~5.36.1",
"@typescript-eslint/parser": "~5.36.1",
"@next/eslint-plugin-next": "~12.3.1",
"@typescript-eslint/eslint-plugin": "~5.38.0",
"@typescript-eslint/parser": "~5.38.0",
"eslint-config-prettier": "~8.5.0",

@@ -28,3 +28,3 @@ "eslint-config-problems": "~6.0.0",

"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jest": "~27.0.1",
"eslint-plugin-jest": "~27.0.4",
"eslint-plugin-jest-formatting": "~3.1.0",

@@ -34,4 +34,5 @@ "eslint-plugin-jsx-a11y": "~6.6.1",

"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-react": "~7.31.1",
"eslint-plugin-react-hooks": "~4.6.0"
"eslint-plugin-react": "~7.31.8",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-unicorn": "~43.0.2"
},

@@ -41,5 +42,5 @@ "devDependencies": {

"@types/eslint": "^8.4.6",
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
},

@@ -46,0 +47,0 @@ "peerDependencies": {

@@ -46,2 +46,8 @@ /**

// Error on expired conditional todo comments
//
// For more info on supported conditions and syntax, see:
// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/expiring-todo-comments.md
"unicorn/expiring-todo-comments": "error",
"no-invalid-this": "error",

@@ -48,0 +54,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