Socket
Socket
Sign inDemoInstall

mve

Package Overview
Dependencies
22
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

5

module/bin/help/examples.js

@@ -6,10 +6,7 @@ const {bold} = require('chalk');

# Rename a file:
# Rename a file or directory:
$ mve Readdme.md Readme.md
# Move a directory:
$ mve --mkdirp source/directory target/directory
# Read from a file, then pipe into it:
$ format-json package.json > .temp; mve --force .temp package.json
`;

2

package.json
{ "name": "mve"
, "version": "0.1.0"
, "version": "0.1.1"
, "description": "Move a file or folder. Platform-independent."

@@ -4,0 +4,0 @@

@@ -14,3 +14,3 @@ [![Coveralls – test coverage

 [![Code style: airbnb
](https://img.shields.io/badge/code%20style-airbnb-blue.svg?style=flat-square)
](https://img.shields.io/badge/code%20style-airbnb-333333.svg?style=flat-square)
](https://github.com/airbnb/javascript)

@@ -73,8 +73,5 @@

# Rename a file:
# Rename a file or directory:
$ mve Readdme.md Readme.md
# Move a directory:
$ mve --mkdirp source/directory target/directory
# Read from a file, then pipe into it:

@@ -81,0 +78,0 @@ $ format-json package.json > .temp; mve --force .temp package.json

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc