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

@putout/operate

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/operate - npm Package Compare versions

Comparing version 8.13.0 to 8.14.0

11

lib/rename-property.js

@@ -6,6 +6,13 @@ 'use strict';

ObjectProperty(path) {
if (path.node.key.name !== from)
const {node} = path;
const {key, value} = node;
if (key.name !== from)
return;
path.node.key.name = to;
key.name = to;
if (key.name === value.name)
node.shorthand = true;
path.stop();

@@ -12,0 +19,0 @@ },

2

package.json
{
"name": "@putout/operate",
"version": "8.13.0",
"version": "8.14.0",
"type": "commonjs",

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

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