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
278
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.6.0 to 1.7.0

6

index.js
'use strict';
const getRule = (a) => ({
[a]: require(`./rules/${a}`)
[a]: require(`./rules/${a}`),
});

@@ -30,5 +30,5 @@

'putout/new-line-function-call-arguments': 'error',
}
}
},
},
};
{
"name": "eslint-plugin-putout",
"version": "1.6.0",
"version": "1.7.0",
"description": "eslint plagin for putout",

@@ -34,3 +34,2 @@ "release": false,

"dependencies": {
"@babel/types": "^7.3.4",
"@putout/eslint-config": "^1.2.0",

@@ -48,3 +47,3 @@ "align-spaces": "^1.0.0"

"engines": {
"node": ">=8"
"node": ">=8.3"
},

@@ -51,0 +50,0 @@ "peerDependencies": {

@@ -37,3 +37,4 @@ # eslint-plugin-putout

"putout/destructuring-as-function-argument": "error",
"putout/align-spaces": "error"
"putout/align-spaces": "error",
"new-line-function-call-arguments": "error"
}

@@ -40,0 +41,0 @@ }

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

.replace('(', '(\n')
.replace(/,\s?/g, ',\n')
.replace(/\)$/, '\n)');

@@ -53,0 +54,0 @@

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