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

batch-rename-by-function

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batch-rename-by-function - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

7

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [1.2.1] - 2018-12-01
### Changed
- Fix minor mistake README.md
## [1.2.0] - 2018-12-01

@@ -26,4 +30,5 @@ ### Added

[Unreleased]: https://github.com/papb/jsonify-error/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/papb/jsonify-error/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/papb/jsonify-error/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/papb/jsonify-error/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/papb/jsonify-error/compare/v1.0.1...v1.1.0

2

package.json
{
"name": "batch-rename-by-function",
"version": "1.2.0",
"version": "1.2.1",
"description": "Batch rename files and folders by providing a JS function",

@@ -5,0 +5,0 @@ "main": "cli.js",

@@ -69,6 +69,7 @@ batch-rename-by-function

Options:
--help Show help [boolean]
--version Show version number [boolean]
--dry-run Show which renames would happen without actually performing them
[boolean] [default: false]
--help Show help [boolean]
--version Show version number [boolean]
--no-dry-run, --force, -F Perform the actual renaming (if omitted, a dry-run
will occur instead, i.e., just a simulation of the
renamings). [boolean] [default: false]

@@ -75,0 +76,0 @@ Examples:

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