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.1.0 to 1.2.0

1

index.js

@@ -20,2 +20,3 @@ 'use strict'

'handle-callback-err': 1,
'indent': [2, 2], // 2 spaces indentation
'key-spacing': 0,

@@ -22,0 +23,0 @@ 'new-cap': 0,

2

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

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

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

'rules': {
'semi': [1, 'never']
'curly': 0,
'semi': [1, 'never'],
'strict': 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