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 5.0.1 to 6.0.0

2

lib/operate.js

@@ -99,3 +99,3 @@ 'use strict';

if (comments && comments.length)
if (comments?.length)
return comments;

@@ -102,0 +102,0 @@

{
"name": "@putout/operate",
"version": "5.0.1",
"version": "6.0.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -18,8 +18,6 @@ "description": "operate on ast",

"watch:test": "madrun watch:test",
"lint:lib": "madrun lint:lib",
"lint:test": "madrun lint:test",
"lint:bin": "madrun lint:bin",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"putout": "madrun putout",
"coverage": "madrun coverage",

@@ -45,3 +43,3 @@ "report": "madrun report"

"lerna": "^3.8.5",
"madrun": "^7.0.0",
"madrun": "^8.0.1",
"montag": "^1.0.0",

@@ -51,3 +49,3 @@ "nodemon": "^2.0.1",

"putout": "*",
"supertape": "^2.0.0",
"supertape": "^4.0.0",
"try-catch": "^3.0.0"

@@ -57,3 +55,3 @@ },

"engines": {
"node": ">=10"
"node": ">=14"
},

@@ -60,0 +58,0 @@ "publishConfig": {

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