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

putout

Package Overview
Dependencies
Maintainers
1
Versions
1237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

putout - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

7

lib/putout.js

@@ -39,5 +39,6 @@ 'use strict';

const aligned = alignSpaces(code);
const result = fixSemicolons(aligned);
return {
code: `${shebang}${aligned}`,
code: `${shebang}${result}`,
unused,

@@ -47,2 +48,6 @@ };

function fixSemicolons(a) {
return a.replace(';;', ';');
}
module.exports.parse = parse;

@@ -49,0 +54,0 @@ function parse(source) {

2

package.json
{
"name": "putout",
"version": "2.6.0",
"version": "2.6.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -5,0 +5,0 @@ "description": "find and remove unused variables",

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