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 11.1.1 to 11.1.2

3

lib/properties/traverse-properties.js

@@ -5,4 +5,5 @@ 'use strict';

module.exports.traverseProperties = (node, name) => {
module.exports.traverseProperties = (path, name) => {
const collector = [];
const node = path.node || path;

@@ -9,0 +10,0 @@ traverse(node, {

{
"name": "@putout/operate",
"version": "11.1.1",
"version": "11.1.2",
"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