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

eslint-config-kswedberg

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-kswedberg - npm Package Compare versions

Comparing version 3.2.0 to 4.0.0

4

package.json
{
"name": "eslint-config-kswedberg",
"version": "3.2.0",
"version": "4.0.0",
"description": "A shareable eslint config",

@@ -22,3 +22,3 @@ "main": "index.js",

"peerDependencies": {
"eslint": ">=5.0.0"
"eslint": ">=6.0.0"
},

@@ -25,0 +25,0 @@ "engines": {

@@ -14,2 +14,4 @@ module.exports.variables = {

'no-empty': 'warn',
'no-empty-pattern': 'warn',
'no-extra-boolean-cast': 'warn',
'no-extra-parens': [

@@ -28,2 +30,3 @@ 'warn',

'no-regex-spaces': 'warn',
'no-unsafe-finally': 'warn',
};

@@ -74,2 +77,3 @@

'no-extra-bind': 'error',
'no-implied-eval': 'error',
'no-invalid-this': 'off',

@@ -76,0 +80,0 @@ 'no-iterator': 'error',

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