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

@putout/printer

Package Overview
Dependencies
Maintainers
1
Versions
629
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 1.78.0 to 1.79.0

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

1

lib/tokenize/expressions/assignment-pattern.js

@@ -22,2 +22,1 @@ 'use strict';

}
'use strict';
const {isIdentifier} = require('@babel/types');
const {isForOf, isCoupleLines} = require('../is');
const {
isForOf,
isCoupleLines,
} = require('../is');

@@ -6,0 +9,0 @@ module.exports.ObjectPattern = (path, {indent, print, maybe}) => {

@@ -12,3 +12,3 @@ 'use strict';

const {ForStatement} = require('./for-statement');
const importDeclarations = require('./import-declaration');
const importDeclarations = require('./import-declaration/import-declaration');
const exportDeclarations = require('./export-declarations');

@@ -15,0 +15,0 @@ const {WhileStatement} = require('./while-statement');

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

exists,
} = require('../is');

@@ -11,0 +10,0 @@

{
"name": "@putout/printer",
"version": "1.78.0",
"version": "1.79.0",
"type": "commonjs",

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

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