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
1227
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 1.3.2 to 1.3.3

19

bin/putout.js

@@ -20,4 +20,5 @@ #!/usr/bin/env node

fix,
vars,
raw,
} = argv;
const files = argv._;

@@ -33,9 +34,4 @@

if (vars) {
const result = getVars(putout.parse(input), {
returnPath: false,
});
console.log(JSON.stringify(result, null, 4));
return;
}
if (raw)
return showRaw(input);

@@ -55,1 +51,8 @@ const {code, unused} = putout(input);

function showRaw() {
const result = getVars(putout.parse(input), {
returnPath: false,
});
console.log(JSON.stringify(result, null, 4));
}
{
"name": "putout",
"version": "1.3.2",
"version": "1.3.3",
"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