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

@zendeskgarden/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/eslint-config - npm Package Compare versions

Comparing version 26.0.0 to 27.0.0

20

package.json
{
"name": "@zendeskgarden/eslint-config",
"version": "26.0.0",
"version": "27.0.0",
"description": "Garden ESLint config",

@@ -26,22 +26,22 @@ "license": "Apache-2.0",

"@babel/eslint-parser": "^7.15.0",
"eslint": "^8.1.0",
"eslint": "^8.5.0",
"eslint-plugin-node": "^11.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.16.3",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"eslint": "8.2.0",
"eslint-plugin-jest": "25.2.4",
"@babel/eslint-parser": "7.16.5",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"eslint": "8.5.0",
"eslint-plugin-jest": "25.3.2",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-notice": "0.9.10",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"husky": "7.0.4",
"jest": "27.3.1",
"jest": "27.4.5",
"prettier-package-json": "2.6.0",
"react": "17.0.2",
"standard-version": "9.3.2",
"typescript": "4.5.2"
"typescript": "4.5.4"
},

@@ -48,0 +48,0 @@ "keywords": [

@@ -194,2 +194,4 @@ /**

'prefer-exponentiation-operator': 1,
// disallow use of `Object.prototype.hasOwnProperty.call()` and prefer use of `Object.hasOwn()`
'prefer-object-has-own': 1,
// prefer use of an object spread over `Object.assign`

@@ -196,0 +198,0 @@ 'prefer-object-spread': 1,

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