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

@types/jsftp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jsftp - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

jsftp/index.d.ts

@@ -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

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