You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@putout/printer

Package Overview
Dependencies
Maintainers
1
Versions
782
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
17.3.0
to
17.4.0
+6
-1
lib/tokenize/state...t-declaration/export-all-declaration.js

@@ -1,3 +0,7 @@

export const ExportAllDeclaration = (path, {print}) => {
import {printAttributes} from '#import-attributes';
export const ExportAllDeclaration = (path, printer) => {
const {print} = printer;
const {exportKind} = path.node;
print('export ');

@@ -10,4 +14,5 @@

print('__source');
printAttributes(path, printer);
print(';');
print.newline();
};
+1
-1
{
"name": "@putout/printer",
"version": "17.3.0",
"version": "17.4.0",
"type": "module",

@@ -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