New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@putout/eslint

Package Overview
Dependencies
Maintainers
1
Versions
31
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

to
3.5.0

lib/ignore.js

9

lib/eslint.js
'use strict';
const process = require('node:process');
const {simpleImport} = require('./simple-import.js');
const tryToCatch = require('try-to-catch');
const {simpleImport} = require('./simple-import.js');
const {isIgnored} = require('./ignore');
const {keys} = Object;
const eslintId = ' (eslint)';
const overrideConfigFile = process.env.ESLINT_CONFIG_FILE;
const noESLint = process.env.NO_ESLINT;
const noESLintWarnings = process.env.NO_ESLINT_WARNINGS;
const NO_FLAT_CONFIG_FOUND = 'Could not find config file.';

@@ -113,2 +117,5 @@

if (isIgnored(message))
return null;
return {

@@ -115,0 +122,0 @@ rule,

2

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

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