Socket
Socket
Sign inDemoInstall

@putout/plugin-merge-destructuring-properties

Package Overview
Dependencies
1
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.1.0

3

lib/merge-destructuring-properties.js

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

if (currentPath.removed)
return;
const is = compare(currentPath.node.init, node);

@@ -74,0 +77,0 @@

17

package.json
{
"name": "@putout/plugin-merge-destructuring-properties",
"version": "5.0.1",
"version": "5.1.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -19,6 +19,7 @@ "description": "putout plugin adds ability to merge destructuring properties",

"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"putout": "putout lib test",
"putout:fix": "putout --fix lib test",
"coverage": "madrun coverage"
"coverage": "madrun coverage",
"report": "madrun report"
},

@@ -34,11 +35,11 @@ "dependencies": {},

"@putout/plugin-convert-commonjs-to-esm": "*",
"@putout/plugin-convert-mock-require-to-mock-import": "*",
"@putout/test": "^3.0.0",
"coveralls": "^3.0.0",
"c8": "^7.5.0",
"eslint": "^7.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^6.0.0",
"eslint-plugin-putout": "^7.0.0",
"lerna": "^3.8.5",
"madrun": "^8.0.1",
"nodemon": "^2.0.1",
"nyc": "^15.0.1"
"nodemon": "^2.0.1"
},

@@ -45,0 +46,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc