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.0.0 to 8.1.0

7

lib/compute.js

@@ -52,4 +52,9 @@ 'use strict';

for (const propertyPath of initPath.get('properties')) {
const keyValue = extract(propertyPath.node.key);
const keyPath = propertyPath.get('key');
if (!isExtractable(keyPath))
return [NOT_COMPUTED];
const keyValue = extract(keyPath);
if (keyValue !== keyPropertyValue)

@@ -56,0 +61,0 @@ continue;

2

package.json
{
"name": "@putout/operate",
"version": "8.0.0",
"version": "8.1.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