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

whoosh

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whoosh - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

CHANGELOG.md
# Change Log
## 2.0.1
- Improve readme
## 2.0.0

@@ -4,0 +8,0 @@

2

package.json
{
"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

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