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
101
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 6.7.0 to 6.8.0

17

lib/compute.js

@@ -16,2 +16,6 @@ 'use strict';

const {node} = path;
if (isExtractable(path))
return [true, extract(node)];
const bindingPath = parseBindingPath(path);

@@ -58,1 +62,14 @@

function isExtractable(path) {
const computed = false;
const {parentPath} = path;
if (path.isLiteral())
return true;
if (parentPath.isObjectProperty({computed}))
return true;
return false;
}

2

package.json
{
"name": "@putout/operate",
"version": "6.7.0",
"version": "6.8.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -5,0 +5,0 @@ "description": "operate on ast",

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