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

@putout/printer

Package Overview
Dependencies
Maintainers
0
Versions
641
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/printer - npm Package Compare versions

Comparing version 12.25.0 to 12.26.0

5

lib/tokenize/comment/parse-leading-comments.js

@@ -22,2 +22,3 @@ 'use strict';

isBinaryExpression,
isClassMethod,
} = types;

@@ -140,3 +141,5 @@

if (isBinaryExpression(path)) {
if (isClassMethod(path)) {
indent();
} else if (isBinaryExpression(path)) {
indent.inc();

@@ -143,0 +146,0 @@ indent();

4

package.json
{
"name": "@putout/printer",
"version": "12.25.0",
"version": "12.26.0",
"type": "commonjs",

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

"@putout/babel": "^3.0.0",
"@putout/compare": "^15.0.2",
"@putout/compare": "^16.0.1",
"@putout/operate": "^12.0.0",

@@ -39,0 +39,0 @@ "@putout/operator-json": "^2.0.0",

Sorry, the diff of this file is not supported yet

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