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

eslint-config-thinkcompany

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-thinkcompany - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

4

index.js

@@ -74,3 +74,5 @@ module.exports = {

}],
"no-use-before-define": 2,
"no-use-before-define": ["error", {
"functions": false
}],
"no-with": 2,

@@ -77,0 +79,0 @@ "yoda": [2, "never"],

{
"name": "eslint-config-thinkcompany",
"version": "1.0.1",
"version": "1.1.0",
"description": "The shared eslint config for Think Company.",

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

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