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

@geo1088/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geo1088/eslint-config - npm Package Compare versions

Comparing version 3.0.10 to 3.1.0

package-lock.json

7

.eslintrc.json

@@ -10,2 +10,5 @@ {

},
"plugins": [
"new-with-error"
],
"rules": {

@@ -272,4 +275,6 @@ "indent": ["error", "tab", {"SwitchCase": 1}],

"wrap-regex": "off",
"yoda": ["error", "never", {"onlyEquality": true}]
"yoda": ["error", "never", {"onlyEquality": true}],
"new-with-error/new-with-error": "error"
}
}

7

package.json
{
"name": "@geo1088/eslint-config",
"version": "3.0.10",
"version": "3.1.0",
"description": "My personal ESLint config rules.",

@@ -8,3 +8,6 @@ "main": ".eslintrc.json",

"author": "Geo1088 <georgej1088@gmail.com> (https://geo1088.github.io)",
"license": "MIT"
"license": "MIT",
"dependencies": {
"eslint-plugin-new-with-error": "^2.0.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