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

cloudify

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudify - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

20

package.json
{
"name": "cloudify",
"description": "Share files from the command line using MEOCloud / CloudPT",
"description": "Share files from the command line using MEOCloud",
"author": "Rogério Vicente <rogeriopvl@gmail.com>",

@@ -18,3 +18,3 @@ "keywords": [

],
"version": "1.3.1",
"version": "1.4.0",
"repository": {

@@ -25,8 +25,8 @@ "type": "git",

"dependencies": {
"oauth": "~0.9.10",
"meocloud": "^1.0.0",
"oauth": "^0.9.10",
"meocloud": "^2.0.0",
"minimist": "^1.1.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4.0.0"
},

@@ -43,3 +43,4 @@ "directories": {

"scripts": {
"test": "mocha"
"test": "mocha",
"manpages": "marked-man README.md > doc/cloudify.1"
},

@@ -53,8 +54,5 @@ "licenses": [

"devDependencies": {
"grunt-contrib-jshint": "~0.11.0",
"grunt": "~0.4.5",
"grunt-shell": "^1.1.1",
"chai": "^2.1.0",
"mocha": "^2.1.0"
"chai": "^3.5.0",
"mocha": "^4.0.0"
}
}
# Cloudify - Share your files from the command line
[![Build Status](https://travis-ci.org/rogeriopvl/node-cloudify.svg?branch=master)](https://travis-ci.org/rogeriopvl/node-cloudify) [![Greenkeeper badge](https://badges.greenkeeper.io/rogeriopvl/node-cloudify.svg)](https://greenkeeper.io/)
## About
Cloudify is a command line tool that enables you to quickly share files from the command-line using your [CloudPT][0] account.
Cloudify is a command line tool that enables you to quickly share files from the command-line using your [MEOCloud][0] account.

@@ -13,3 +15,3 @@ ## Install

When you first run `cloudify`, the CloudPT OAuth setup will take place. Just follow the instructions to enable access to your account.
When you first run `cloudify`, the MEOCloud OAuth setup will take place. Just follow the instructions to enable access to your account.

@@ -25,3 +27,3 @@ After the setup your OAuth tokens will be stored in a file at `~/.cloudifyrc`.

options:
-d get the final link to the file instead of the CloudPT preview link
-d get the final link to the file instead of the MEOCloud preview link
-n | --name (optional) save the file with a custom filename

@@ -31,2 +33,2 @@

[0]: http://cloudpt.pt
[0]: http://meocloud.pt

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