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

eslint-config-mixpanel

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mixpanel - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

index.js

@@ -21,2 +21,3 @@ module.exports = {

'linebreak-style': [2, 'unix'],
'multiline-ternary': [2, 'never'],
'no-console': [1, {allow: ['info', 'warn', 'error']}],

@@ -23,0 +24,0 @@ 'no-debugger': 1,

7

package.json
{
"name": "eslint-config-mixpanel",
"description": "Mixpanel JavaScript style",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",

@@ -19,3 +19,6 @@ "repository": {

},
"homepage": "https://github.com/mixpanel/eslint-config"
"homepage": "https://github.com/mixpanel/eslint-config",
"peerDependencies": {
"eslint": ">=3.1.0 <4.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