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 2.0.0 to 2.1.0

2

client.js
'use strict'
module.exports = {
extends: './index',
extends: 'fxa/index',

@@ -6,0 +6,0 @@ env: {

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

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

@@ -22,1 +22,5 @@ # eslint-config-fxa

3. `server` (usage: `"extends": "fxa/server"`) &mdash; Overrides base `fxa` config, and disables the [`semi`](http://eslint.org/docs/rules/semi) rule.
## NOTE:
The **eslint-config-fxa@2** module is compatible w/ **eslint@1**.
If you're still using a pre ESLint v1 build, you'll need to stick with **eslint-config-fxa@1**.
'use strict'
module.exports = {
extends: './index',
extends: 'fxa/index',

@@ -6,0 +6,0 @@ rules: {

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