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 2.4.0 to 3.0.0

3

lib/create-plugin/index.js

@@ -149,5 +149,4 @@ 'use strict';

if (node === node.parent?.body?.[n]) {
if (node === node.parent?.body?.[n])
return true;
}
}

@@ -154,0 +153,0 @@

@@ -74,4 +74,3 @@ 'use strict';

!putout && disablePutout(finalConfig);
// that's right, we disabled "putout" rules in "config"
// and now it located in eslint's cache
// that's right, we disabled "putout" rules in "config" // and now it located in eslint's cache

@@ -78,0 +77,0 @@ const results = await eslint.lintText(code, {

{
"name": "@putout/eslint",
"version": "2.4.0",
"version": "3.0.0",
"type": "commonjs",

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

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

@@ -45,6 +45,6 @@ },

"eslint-plugin-n": "^16.0.0",
"eslint-plugin-putout": "^20.0.0",
"eslint-plugin-putout": "^22.0.0",
"just-camel-case": "^4.0.2",
"lerna": "^6.0.1",
"madrun": "^9.0.0",
"madrun": "^10.0.0",
"mock-require": "^3.0.3",

@@ -54,3 +54,3 @@ "montag": "^1.0.0",

"putout": "*",
"supertape": "^8.0.0",
"supertape": "^9.0.0",
"try-catch": "^3.0.0"

@@ -60,3 +60,3 @@ },

"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -63,0 +63,0 @@ "publishConfig": {

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