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.2 to 1.3.0

rules/multiple-properties-destructuring.js

6

index.js

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

module.exports.rules = {
...getRule('one-line-destructuring'),
...getRule('single-property-destructuring'),
...getRule('multiple-properties-destructuring'),
...getRule('destructuring-as-function-argument'),

@@ -22,3 +23,4 @@ ...getRule('align-spaces'),

...rules,
'putout/one-line-destructuring': 'error',
'putout/single-property-destructuring': 'error',
'putout/multiple-properties-destructuring': 'error',
'putout/destructuring-as-function-argument': 'error',

@@ -25,0 +27,0 @@ 'putout/align-spaces': 'error',

{
"name": "eslint-plugin-putout",
"version": "1.2.2",
"version": "1.3.0",
"description": "eslint plagin for putout",

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

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