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

@putout/eslint

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/eslint - npm Package Compare versions

Comparing version 3.5.0 to 3.6.0

7

lib/eslint.js

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

const NO_FLAT_CONFIG_FOUND = 'Could not find config file.';
const WARNING = 1;

@@ -31,2 +30,8 @@

if (!config)
return true;
if (!config.rules)
return true;
return !keys(config.rules).length;

@@ -33,0 +38,0 @@ };

10

package.json
{
"name": "@putout/eslint",
"version": "3.5.0",
"version": "3.6.0",
"type": "commonjs",

@@ -41,7 +41,6 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

"@putout/plugin-eslint-plugin": "*",
"c8": "^9.0.0",
"c8": "^10.0.0",
"eslint": "^9.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-putout": "^22.0.0",
"just-camel-case": "^4.0.2",
"eslint-plugin-putout": "^23.0.0",
"lerna": "^6.0.1",

@@ -56,2 +55,5 @@ "madrun": "^10.0.0",

},
"peerDependencies": {
"eslint": ">=8"
},
"license": "MIT",

@@ -58,0 +60,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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