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

rename-random

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rename-random - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

bin/cli.js

@@ -18,3 +18,3 @@ #!/usr/bin/env node

}
console.log('Renamed complete ' + fileName + ' ==> ' + outputName);
console.log('Renamed ' + fileName + ' to ' + outputName);
});
{
"name": "rename-random",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple rename using random string",
"main": "./lib/index.js",
"bin": {
"rrrr": "./bin/cli.js"
},
"bin": "./bin/cli.js",
"scripts": {

@@ -10,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -5,3 +5,3 @@ rename-random

## Install
## Installation

@@ -11,6 +11,8 @@ ```{bash}

```
## Author
Kevin Zhao, http://qinshou.me
## Usage
```{bash}
random-rename ./example.json // => Renamed example.json to fhg9h4zOMYkRRXXp.json
```
## License
MIT
The MIT License (MIT).
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