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.8.1 to 2.0.0

4

index.js
'use strict'
module.exports = {
extends: 'eslint:recommended',
env: {

@@ -11,3 +13,3 @@ es6: true, // enable all ECMAScript 6 features except for modules

'comma-dangle': 0,
"comma-style": [2, 'last'],
'comma-style': [2, 'last'],
'consistent-return': 0,

@@ -14,0 +16,0 @@ 'curly': [2, 'all'],

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

@@ -19,3 +19,3 @@ "bugs": {

"type": "git",
"url": "https://github.com/pdehaan/eslint-config-fxa.git"
"url": "git+https://github.com/pdehaan/eslint-config-fxa.git"
},

@@ -22,0 +22,0 @@ "scripts": {

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