Socket
Socket
Sign inDemoInstall

@cloudcannon/asset-uploader

Package Overview
Dependencies
150
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-rc2 to 0.0.1-rc3

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"0.0.1-rc2","commands":{"analyse":{"id":"analyse","description":"Provide an output with the list of assets found to be uploaded.","pluginName":"@cloudcannon/asset-uploader","pluginType":"core","aliases":[],"flags":{"source":{"name":"source","type":"option","char":"n","description":"source of the website to be parsed"},"output":{"name":"output","type":"option","char":"n","description":"output changes"}},"args":[]},"complete":{"id":"complete","description":"Scan source directory, upload and rewrite source files with the new assets location.","pluginName":"@cloudcannon/asset-uploader","pluginType":"core","aliases":[],"flags":{"source":{"name":"source","type":"option","char":"n","description":"source of the website to be parsed"},"folder":{"name":"folder","type":"option","char":"n","description":"folder where to uploade the files"},"output":{"name":"output","type":"option","char":"n","description":"output changes"}},"args":[]},"upload":{"id":"upload","description":"Scan source directory and upload assets to cloudinary.","pluginName":"@cloudcannon/asset-uploader","pluginType":"core","aliases":[],"flags":{"source":{"name":"source","type":"option","char":"n","description":"source of the website to be parsed"},"folder":{"name":"folder","type":"option","char":"n","description":"folder where to upload the files on cloudinary"},"output":{"name":"output","type":"option","char":"n","description":"output changes"}},"args":[]}}}
{"version":"0.0.1-rc3","commands":{"analyse":{"id":"analyse","description":"Provide an output with the list of assets found to be uploaded.","pluginName":"@cloudcannon/asset-uploader","pluginType":"core","aliases":[],"flags":{"source":{"name":"source","type":"option","char":"n","description":"source of the website to be parsed"},"output":{"name":"output","type":"option","char":"n","description":"output changes"}},"args":[]},"complete":{"id":"complete","description":"Scan source directory, upload and rewrite source files with the new assets location.","pluginName":"@cloudcannon/asset-uploader","pluginType":"core","aliases":[],"flags":{"source":{"name":"source","type":"option","char":"n","description":"source of the website to be parsed"},"folder":{"name":"folder","type":"option","char":"n","description":"folder where to uploade the files"},"output":{"name":"output","type":"option","char":"n","description":"output changes"}},"args":[]},"upload":{"id":"upload","description":"Scan source directory and upload assets to cloudinary.","pluginName":"@cloudcannon/asset-uploader","pluginType":"core","aliases":[],"flags":{"source":{"name":"source","type":"option","char":"n","description":"source of the website to be parsed"},"folder":{"name":"folder","type":"option","char":"n","description":"folder where to upload the files on cloudinary"},"output":{"name":"output","type":"option","char":"n","description":"output changes"}},"args":[]}}}
{
"name": "@cloudcannon/asset-uploader",
"version": "0.0.1-rc2",
"version": "0.0.1-rc3",
"author": "Jonatah Benatti @jonatahb",

@@ -5,0 +5,0 @@ "bin": {

@@ -23,3 +23,3 @@ asset-uploader

$ asset-uploader (-v|--version|version)
@cloudcannon/asset-uploader/0.0.1-rc2 darwin-x64 node-v10.19.0
@cloudcannon/asset-uploader/0.0.1-rc3 darwin-x64 node-v10.19.0
$ asset-uploader --help [COMMAND]

@@ -62,3 +62,3 @@ USAGE

_See code: [src/commands/analyse.js](https://github.com/CloudCannon/asset-uploader/blob/v0.0.1-rc2/src/commands/analyse.js)_
_See code: [src/commands/analyse.js](https://github.com/CloudCannon/asset-uploader/blob/v0.0.1-rc3/src/commands/analyse.js)_

@@ -79,3 +79,3 @@ ## `asset-uploader complete`

_See code: [src/commands/complete.js](https://github.com/CloudCannon/asset-uploader/blob/v0.0.1-rc2/src/commands/complete.js)_
_See code: [src/commands/complete.js](https://github.com/CloudCannon/asset-uploader/blob/v0.0.1-rc3/src/commands/complete.js)_

@@ -113,3 +113,3 @@ ## `asset-uploader help [COMMAND]`

_See code: [src/commands/upload.js](https://github.com/CloudCannon/asset-uploader/blob/v0.0.1-rc2/src/commands/upload.js)_
_See code: [src/commands/upload.js](https://github.com/CloudCannon/asset-uploader/blob/v0.0.1-rc3/src/commands/upload.js)_
<!-- commandsstop -->
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