Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clark/eslint-config-node

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clark/eslint-config-node - npm Package Compare versions

Comparing version 1.24.4 to 1.25.0

3

index.js

@@ -14,3 +14,2 @@ 'use strict';

extends: ['@clark', 'plugin:node/recommended', '@clark/node-order-imports'],
// eslint-disable-next-line unicorn/prevent-abbreviations
env: {

@@ -21,3 +20,2 @@ node: true,

overrides: [
/* eslint-disable unicorn/prevent-abbreviations */
{

@@ -50,4 +48,3 @@ files: ['environment.js'],

}
/* eslint-enable unicorn/prevent-abbreviations */
]
};

9

package.json
{
"name": "@clark/eslint-config-node",
"version": "1.24.4",
"version": "1.25.0",
"description": "Clark's eslint-config for Node.js",

@@ -29,4 +29,4 @@ "keywords": [

"dependencies": {
"@clark/eslint-config": "^1.24.4",
"@clark/eslint-config-node-order-imports": "^1.19.0",
"@clark/eslint-config": "^1.25.0",
"@clark/eslint-config-node-order-imports": "^1.25.0",
"eslint-plugin-node": "^11.1.0",

@@ -37,4 +37,3 @@ "lodash.merge": "^4.6.2"

"node": "^10.0 || ^12.0 || ^13.0"
},
"gitHead": "8e98a12dd89907f4263577ddbfd933572bab7c4a"
}
}
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