Comparing version 2.0.0 to 2.0.1
# Change Log | ||
## 2.0.1 | ||
- Improve readme | ||
## 2.0.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "whoosh", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A streaming sftp client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Whoosh | ||
Whoosh is an ultra thin wrapper for [SFTPStream](https://github.com/mscdex/ssh2-streams/blob/master/SFTPStream.md), with the additional benefit of being able to easily stream in memory content to/from an SFTP server. | ||
Whoosh is an ultra thin wrapper for [SFTPStream](https://github.com/mscdex/ssh2-streams/blob/master/SFTPStream.md), with the additional benefit of being able to easily transfer in memory content to/from an SFTP server. | ||
@@ -72,3 +72,3 @@ [![NPM version](https://img.shields.io/npm/v/whoosh.svg?style=flat-square)](https://www.npmjs.com/package/whoosh) | ||
Streams the contents of a remote file to a variable | ||
Downloads the contents of a remote file into a variable | ||
@@ -89,5 +89,5 @@ ```js | ||
### putContent(<content;>, <path>, [<options>], <cb>) | ||
### putContent(<content>, <path>, [<options>], <cb>) | ||
Streams the contents of a variable to a remote file | ||
Uploads the contents of a variable to a remote file | ||
@@ -94,0 +94,0 @@ ```js |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23135
0