Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.0 to 1.1.0

.npmignore

2

client.js

@@ -0,1 +1,3 @@

'use strict'
module.exports = {

@@ -2,0 +4,0 @@ 'extends': './index',

@@ -0,1 +1,3 @@

'use strict'
module.exports = {

@@ -10,2 +12,3 @@ 'env': {

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

@@ -29,2 +32,3 @@ 'curly': [2, 'all'],

'no-new': 2,
'no-process-exit': 0,
'no-script-url': 2,

@@ -31,0 +35,0 @@ 'no-sequences': 2,

2

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

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

@@ -0,1 +1,3 @@

'use strict'
module.exports = {

@@ -2,0 +4,0 @@ 'extends': './index',

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