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

http-sftp

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

http-sftp - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "http-sftp",
"version": "1.0.0",
"version": "1.0.1",
"description": "Transfer files from http links to SFTP",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -22,6 +22,6 @@ # http-sftp

var link = 'https://raw.githubusercontent.com/request/request/master/README.md';
client.send(link, scpOpts, function(err, resp){
var destination = '/public/test.txt';
client.send(link, scpOpts, destination, function(err, resp){
err ? console.error(err) : console.log('completed transfer');
});
```

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