@types/ssh2-streams
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -1631,2 +1631,7 @@ // Type definitions for ssh2-streams v0.1.9 | ||
step?: (total_transferred: number, chunk: number, total: number) => void; | ||
/** | ||
* Integer or string representing the file mode to set for the uploaded file. | ||
*/ | ||
mode?: number | string; | ||
} | ||
@@ -1707,2 +1712,2 @@ | ||
flag?: string; | ||
} | ||
} |
{ | ||
"name": "@types/ssh2-streams", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "TypeScript definitions for ssh2-streams", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "90c98f67911b3828168c2811271add0eb83c1ffca495117a34c87529fcd196a4", | ||
"typesPublisherContentHash": "9d7d507c2bedadeb076cd659243d982c2e434b14d313edb9a00888352f30c621", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for ssh2-streams (https://github.com/mscdex/ssh2-streams). | ||
This package contains type definitions for ssh2-streams ( https://github.com/mscdex/ssh2-streams ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 04 Dec 2018 19:28:12 GMT | ||
* Last updated: Mon, 28 Jan 2019 16:52:30 GMT | ||
* Dependencies: @types/node | ||
@@ -15,0 +15,0 @@ * Global values: none |
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
56602
1466