Socket
Socket
Sign inDemoInstall

cordova-sftp-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-sftp-plugin - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

package.json
{
"name": "cordova-sftp-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Cordova SFTP Upload And Download",

@@ -34,3 +34,3 @@ "cordova": {

},
"2.0.0": {
"<2.0.1": {
"cordova": ">=9.0.0",

@@ -37,0 +37,0 @@ "cordova-ios": ">=4.4.0"

@@ -71,10 +71,10 @@

* **data** - object:
* `id` - string: UDID related to that connection (**Android Only**)
* `from` - string : Path of the source
* `to` - string : Path of the target
* `size` - long : Size of the element
* `id` - string: UDID related to that connection (**Android Only**)
* `SFTPActionProgress(data)` - fire to inform the % of down/up load in the **_actual_** file
* **data** - object:
* `id` - string: UDID related to that connection (**Android Only**)
* `percent` - int : % of actual file progress
* `id` - string: UDID related to that connection (**Android Only**)
* `SFTPActionEnd(data)` - fire when the **_actual_** action over a file end

@@ -85,15 +85,15 @@ * **data** - object:

* **data** - object:
* `id` - string: UDID related to that connection (**Android Only**)
* `progress` - int : Actual element index in list
* `total` - int : Total count of elements in list
* `id` - string: UDID related to that connection (**Android Only**)
* `SFTPActionListEnd(data)` - Fire at end of action list to inform the # of file reach it
* **data** - object:
* `id` - string: UDID related to that connection (**Android Only**)
* `all` - boolean : true if all action were made it
* `id` - string: UDID related to that connection (**Android Only**)
* `SFTPActionDisconnected(data)` - Fire on sftp channel disconnect
* **data** - object:
* `id` - string: UDID related to that connection (**Android Only**)
* `id` - string: UDID related to that connection (**Android Only**)
* `SFTPActionCancell(data)` - Fire on cancel async action
* **data** - object:
* `id` - string: UDID related to that connection (**Android Only**)
* `id` - string: UDID related to that connection (**Android Only**)

@@ -126,11 +126,1 @@ ### Use Example

- `cancel` does not work on **iOS** (Yet), therefore `SFTPActionCancell` is never trigger.
There is a big TODO list, but in resume
* Bug Resolve =>
* No Connection Break The App (Should The plugin warning the user or just don't do anything)
* Events just send a simple string object, need to be parse by user, should be the as many as need without the need to parse it
* Write a better documentation
* Propose new utils features (I think maybe in a fetch directory will be util) without lose the perspective of the plugin (Upload - Download via SFTP)
* _Add iOS Support (Be Patient)_ (Partial done, `download` now available)
* Improve Uploading and Downloading feature

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