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.7.0 to 1.8.0

3

lib/create-plugin/index.js

@@ -111,2 +111,5 @@ 'use strict';

if (node === node.parent?.body?.[0].expression)
return '';
while (!spaces || /^[ \n]+$/.test(spaces))

@@ -113,0 +116,0 @@ spaces = getText(node, ++i)

2

package.json
{
"name": "@putout/eslint",
"version": "1.7.0",
"version": "1.8.0",
"type": "commonjs",

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

@@ -16,3 +16,3 @@ # @putout/eslint [![NPM version][NPMIMGURL]][NPMURL]

## Environemnt Variables
## Environment Variables

@@ -23,4 +23,3 @@ - ☝️ To set custom config file for **ESLint** use `ESLINT_CONFIG_FILE` env variable:

```sh
````sh
NO_ESLINT_WARNINGS=1 putout --fix lib

@@ -36,3 +35,3 @@

import eslint from '@putout/eslint';
```
````

@@ -39,0 +38,0 @@ To use it simply write:

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