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

eslint-config-fxa

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-fxa - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

4

client.js

@@ -13,4 +13,6 @@ 'use strict'

rules: {
strict: [2, 'global']
'complexity': [2, 6],
'consistent-this': [2, 'self'],
'strict': [2, 'global']
}
}

@@ -11,4 +11,2 @@ 'use strict'

'comma-dangle': 0,
'complexity': [2, 6],
'consistent-this': [2, 'self'],
'consistent-return': 0,

@@ -15,0 +13,0 @@ 'curly': [2, 'all'],

{
"name": "eslint-config-fxa",
"description": "ESLint shareable config file for Firefox Accounts projects.",
"version": "1.4.0",
"version": "1.5.0",
"author": "Peter deHaan <peter@deseloper.com> (http://nodeexamples.com/)",

@@ -6,0 +6,0 @@ "bugs": {

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