Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@putout/printer

Package Overview
Dependencies
Maintainers
1
Versions
748
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
15.23.0
to
15.23.1
+3
-2
lib/tokenize/statements/for-statement.js
'use strict';
const {isInsideLabel} = require('#is');
const {exists} = require('../is');

@@ -8,3 +9,3 @@

module.exports.ForStatement = {
print(path, {print, maybe, indent}) {
print(path, {print, maybe}) {
const {

@@ -16,3 +17,3 @@ test,

indent();
maybe.indent(!isInsideLabel(path));
print('for');

@@ -19,0 +20,0 @@ print.space();

+1
-1
{
"name": "@putout/printer",
"version": "15.23.0",
"version": "15.23.1",
"type": "commonjs",

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

Sorry, the diff of this file is too big to display