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

scp2

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scp2 - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

lib/client.js

@@ -110,2 +110,6 @@ var fs = require('fs');

}
if (attrs) {
attrs.mode = '0755';
}
var self = this;

@@ -112,0 +116,0 @@ var dirs = [];

2

package.json
{
"name": "scp2",
"version": "0.1.2",
"version": "0.1.3",
"description": "A pure javascript scp program based on ssh2.",

@@ -5,0 +5,0 @@ "author": "Hsiaoming Yang <lepture@me.com>",

@@ -192,2 +192,6 @@ # scp2

**2013-06-04** `0.1.3` ~stable
1. Fixed mkdir mode bug
**2013-06-04** `0.1.2` ~stable

@@ -194,0 +198,0 @@

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