@types/jsftp
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -46,3 +46,3 @@ // Type definitions for jsftp 2.1 | ||
raw(command: string, arg1: any, arg2: any, arg3: any, arg4: any, callback: RawCallback): void; | ||
auth(user: string, pass: string, callback: RawCallback): void; | ||
keepAlive(timeInMs?: number): void; | ||
@@ -49,0 +49,0 @@ |
{ | ||
"name": "@types/jsftp", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "TypeScript definitions for jsftp", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsftp", | ||
}, | ||
"typesPublisherContentHash": "0ddee6b3ca74d18f897c7e08f38b0a96657ab535bad53f8cbe7108762010be84", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "dae2f8660c270408746014fc8447da6d6faf4bed9108ab28f96a3ec7f26cd42d", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -56,3 +56,3 @@ # Installation | ||
raw(command: string, arg1: any, arg2: any, arg3: any, arg4: any, callback: RawCallback): void; | ||
auth(user: string, pass: string, callback: RawCallback): void; | ||
keepAlive(timeInMs?: number): void; | ||
@@ -66,3 +66,3 @@ | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 16:22:48 GMT | ||
* Last updated: Tue, 26 Oct 2021 17:01:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -69,0 +69,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
6664
38