Socket
Socket
Sign inDemoInstall

eslint-config-digitalbazaar

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-digitalbazaar - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

5

index.js

@@ -34,3 +34,6 @@ module.exports = {

'linebreak-style': ['error', 'unix'],
'max-len': ['error', 80],
'max-len': ['error', {
code: 80,
ignorePattern: '\\* SPDX-License-Identifier: '
}],
'no-cond-assign': 'error',

@@ -37,0 +40,0 @@ 'no-const-assign': 'error',

2

package.json
{
"name": "eslint-config-digitalbazaar",
"version": "5.0.1",
"version": "5.1.0",
"description": "Digital Bazaar's eslint rules",

@@ -5,0 +5,0 @@ "main": "index.js",

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