Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@putout/printer

Package Overview
Dependencies
Maintainers
1
Versions
596
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 8.39.1 to 8.40.0

6

lib/tokenize/statements/variable-declaration/variable-declaration.js

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

afterSatisfy: () => [
isNextIf,
noNextParentBlock,

@@ -190,2 +191,7 @@ notLastCoupleLines,

const isNextIf = (path) => {
const nextPath = path.getNextSibling();
return nextPath.isIfStatement();
};
const isNextAssign = (path) => {

@@ -192,0 +198,0 @@ const nextPath = path.getNextSibling();

5

package.json
{
"name": "@putout/printer",
"version": "8.39.1",
"version": "8.40.0",
"type": "commonjs",

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

"devDependencies": {
"@babel/plugin-codemod-object-assign-to-object-spread": "^7.10.4",
"@putout/plugin-minify": "^8.0.0",

@@ -68,3 +67,3 @@ "@putout/plugin-printer": "^3.0.0",

"putout": "^35.0.0",
"samadhi": "^1.1.1",
"samadhi": "^2.8.0",
"supertape": "^10.0.0",

@@ -71,0 +70,0 @@ "try-catch": "^3.0.0",

ChangeLog

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