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.2.0 to 1.3.0

6

lib/cloudify.js

@@ -41,3 +41,4 @@ /**

var destinationPath = CLOUDIFY_FOLDER + '/' + path.basename(filename);
var destinationPath = CLOUDIFY_FOLDER + '/';
destinationPath += path.basename(cliOptions.name || filename);

@@ -53,2 +54,3 @@ var fileStats = fs.statSync(filename);

console.log('Warning: File with same name already exists. Aborting.');
console.log('You can use --name to upload the file with a different name.');
process.exit(1);

@@ -62,3 +64,3 @@ }

var getPublicLink = function() {
var cpath = CLOUDIFY_FOLDER + '/' + path.basename(filename);
var cpath = CLOUDIFY_FOLDER + '/' + path.basename(cliOptions.name || filename);
meocloud.shares(cpath, function(err, data, status) {

@@ -65,0 +67,0 @@ if (err) { throw err; }

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

@@ -9,2 +9,3 @@ "keywords": [

"cloudpt",
"meocloud",
"cli"

@@ -18,3 +19,3 @@ ],

],
"version": "1.2.0",
"version": "1.3.0",
"repository": {

@@ -21,0 +22,0 @@ "type": "git",

@@ -25,2 +25,3 @@ # Cloudify - Share your files from the command line

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

@@ -27,0 +28,0 @@ After running this command, you'll get the public link to the file that you can share throught IM or IRC or whatever! If you're on OSX, you will also get the public link automatically copied into your clipboard. How cool is that?

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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