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

@putout/printer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/printer - npm Package Compare versions

Comparing version

to
12.3.0

'use strict';
const {ExpressionStatement} = require('./expression-statement');
const {ExpressionStatement} = require('./expression-statement/expression-statement');
const {VariableDeclaration} = require('./variable-declaration/variable-declaration');

@@ -5,0 +5,0 @@ const {IfStatement} = require('./if-statement/if-statement');

{
"name": "@putout/printer",
"version": "12.2.0",
"version": "12.3.0",
"type": "commonjs",

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

],
"imports": {
"#test/printer": {
"default": "./test/printer.js"
},
"#test/fixture": {
"default": "./test/fixture.js"
}
},
"devDependencies": {

@@ -55,0 +63,0 @@ "@putout/eslint": "^3.5.0",

Sorry, the diff of this file is not supported yet