ssh2-sftp-client
Advanced tools
Comparing version 2.4.1 to 2.4.2
{ | ||
"name": "ssh2-sftp-client", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "ssh2 sftp client for node", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -8,3 +8,3 @@ /** | ||
const Client = require('ssh2').Client; | ||
const osPath = require('path'); | ||
const osPath = require('path').posix; | ||
const utils = require('./utils'); | ||
@@ -11,0 +11,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78217