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 1.3.0 to 1.4.0

1

lib/eslint.js

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

const [eslintError, eslint] = await tryToCatch(getESLint, {
name,
fix,

@@ -42,0 +43,0 @@ config,

3

package.json
{
"name": "@putout/eslint",
"version": "1.3.0",
"version": "1.4.0",
"type": "commonjs",

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

"dependencies": {
"find-up": "^6.3.0",
"try-to-catch": "^3.0.1"

@@ -35,0 +36,0 @@ },

@@ -8,2 +8,4 @@ # @putout/eslint [![NPM version][NPMIMGURL]][NPMURL]

☝️ *[FlatConfig](https://eslint.org/blog/2022/08/new-config-system-part-2/) supported from the box.*
## Install

@@ -169,3 +171,2 @@

const lint = require('@putout/eslint/lint');
const removeDebugger = require('./remove-debugger');

@@ -172,0 +173,0 @@ const [code, places] = lint('debugger', {

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