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

eslint-plugin-putout

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-putout - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "eslint-plugin-putout",
"version": "1.2.1",
"version": "1.2.2",
"description": "eslint plagin for putout",

@@ -5,0 +5,0 @@ "release": false,

@@ -23,5 +23,5 @@ 'use strict';

const aligned = alignSpaces(text);
if (text === aligned)
const aligned = alignSpaces(text);
if (text === aligned)
return;

@@ -28,0 +28,0 @@

@@ -26,2 +26,7 @@ 'use strict';

const assignRegExp = /\{\n?.*=.*\n?.*}/;
if (assignRegExp.test(text))
return;
context.report({

@@ -28,0 +33,0 @@ node,

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