Socket
Socket
Sign inDemoInstall

@types/redis

Package Overview
Dependencies
2
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.15 to 2.8.16

3

redis/index.d.ts

@@ -15,2 +15,3 @@ // Type definitions for redis 2.8

// Ryo Ota <https://github.com/nwtgck>
// Thomas de Barochez <https://github.com/tdebarochez>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -44,3 +45,3 @@

socket_keepalive?: boolean;
socket_initialdelay?: number;
socket_initial_delay?: number;
no_ready_check?: boolean;

@@ -47,0 +48,0 @@ enable_offline_queue?: boolean;

{
"name": "@types/redis",
"version": "2.8.15",
"version": "2.8.16",
"description": "TypeScript definitions for redis",

@@ -66,2 +66,7 @@ "license": "MIT",

"githubUsername": "nwtgck"
},
{
"name": "Thomas de Barochez",
"url": "https://github.com/tdebarochez",
"githubUsername": "tdebarochez"
}

@@ -87,4 +92,4 @@ ],

},
"typesPublisherContentHash": "efb50734f4618d7a27812acf637d53d8870dda3f44fc66af4585289d3922b0f7",
"typesPublisherContentHash": "ad873da3d7001ebc6f5859b718e59fb61b141a7931323ab85a4c4e07e349cc83",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 10 Feb 2020 20:54:35 GMT
* Last updated: Tue, 18 Feb 2020 00:52:42 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Carlos Ballesteros Velasco (https://github.com/soywiz), Peter Harris (https://github.com/CodeAnimal), TANAKA Koichi (https://github.com/MugeSo), Stuart Schechter (https://github.com/UppaJung), Junyoung Choi (https://github.com/Rokt33r), James Garbutt (https://github.com/43081j), Bartek Szczepański (https://github.com/barnski), Pirasis Leelatanon (https://github.com/1pete), Stanislav Dzhus (https://github.com/blablapolicja), Jake Ferrante (https://github.com/ferrantejake), Adebayo Opesanya (https://github.com/OpesanyaAdebayo), and Ryo Ota (https://github.com/nwtgck).
These definitions were written by [Carlos Ballesteros Velasco](https://github.com/soywiz), [Peter Harris](https://github.com/CodeAnimal), [TANAKA Koichi](https://github.com/MugeSo), [Stuart Schechter](https://github.com/UppaJung), [Junyoung Choi](https://github.com/Rokt33r), [James Garbutt](https://github.com/43081j), [Bartek Szczepański](https://github.com/barnski), [Pirasis Leelatanon](https://github.com/1pete), [Stanislav Dzhus](https://github.com/blablapolicja), [Jake Ferrante](https://github.com/ferrantejake), [Adebayo Opesanya](https://github.com/OpesanyaAdebayo), [Ryo Ota](https://github.com/nwtgck), and [Thomas de Barochez](https://github.com/tdebarochez).

@@ -25,3 +25,3 @@ /// <reference types="node" />

socket_keepalive?: boolean;
socket_initialdelay?: number;
socket_initial_delay?: number;
no_ready_check?: boolean;

@@ -28,0 +28,0 @@ enable_offline_queue?: boolean;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc