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

renamer

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

renamer - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

4

bin/cli.js

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

const cross = process.platform === 'win32' ? '×': '✖'
const symbol = `{${result.renamed ? 'green' : 'red'} ${result.renamed ? tick : cross}}`
const symbol = `[${result.renamed ? 'green' : 'red'}]{${result.renamed ? tick : cross}}`
const desc = result.before + (result.after ? ' -> ' + result.after : '')
const errDesc = result.error ? `({red ${result.error}})` : ''
const errDesc = result.error ? `([red]{${result.error}})` : ''
console.log(ansi.format(`${symbol} ${desc} ${errDesc}`))

@@ -69,0 +69,0 @@ }

{
"name": "renamer",
"description": "Batch rename files and folders",
"version": "0.7.2",
"version": "0.7.3",
"author": "Lloyd Brookes <75pound@gmail.com>",

@@ -6,0 +6,0 @@ "bin": "bin/cli.js",

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