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
17.8.0
to
17.8.1
+1
-5
lib/tokenize/tokenize.js

@@ -19,3 +19,2 @@ import {fullstore} from 'fullstore';

const isObject = (a) => a && typeof a === 'object';
const {round} = Math;
const isString = (a) => typeof a === 'string';

@@ -197,6 +196,3 @@ const {assign, freeze} = Object;

assign(print, write, {
space,
round,
});
assign(print, write);

@@ -203,0 +199,0 @@ const printer = {

+1
-1
{
"name": "@putout/printer",
"version": "17.8.0",
"version": "17.8.1",
"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