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

@putout/eslint

Package Overview
Dependencies
Maintainers
1
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.3.0 to 3.4.0

6

lib/eslint.js
'use strict';
const process = require('process');
const process = require('node:process');
const {simpleImport} = require('./simple-import.js');

@@ -12,2 +12,3 @@ const tryToCatch = require('try-to-catch');

const noESLintWarnings = process.env.NO_ESLINT_WARNINGS;
const NO_FLAT_CONFIG_FOUND = 'Could not find config file.';

@@ -20,2 +21,5 @@ const WARNING = 1;

if (configError?.message === NO_FLAT_CONFIG_FOUND)
return true;
if (configError)

@@ -22,0 +26,0 @@ return false;

2

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

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

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