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.13 to 2.8.14

4

redis/index.d.ts

@@ -395,3 +395,5 @@ // Type definitions for redis 2.8

flushall(cb?: Callback<string>): R;
flushall(async: "ASYNC", cb?: Callback<string>): R;
FLUSHALL(cb?: Callback<string>): R;
FLUSHALL(async: 'ASYNC', cb?: Callback<string>): R;

@@ -402,3 +404,5 @@ /**

flushdb(cb?: Callback<'OK'>): R;
flushdb(async: "ASYNC", cb?: Callback<string>): R;
FLUSHDB(cb?: Callback<'OK'>): R;
FLUSHDB(async: 'ASYNC', cb?: Callback<string>): R;

@@ -405,0 +409,0 @@ /**

4

redis/package.json
{
"name": "@types/redis",
"version": "2.8.13",
"version": "2.8.14",
"description": "TypeScript definitions for redis",

@@ -81,4 +81,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "d9e397dc2aa03f9ca37dcda4b1a389216e4ac74d13a577781b01fde2667e32ac",
"typesPublisherContentHash": "3c4e22454a43c394a31b9e93f4d5d86108bcf8cd0bba839641e0a85de2fae278",
"typeScriptVersion": "2.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for redis ( https://github.com/NodeRedis/node_redis ).
This package contains type definitions for redis (https://github.com/NodeRedis/node_redis).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 28 May 2019 19:13:52 GMT
* Last updated: Thu, 26 Sep 2019 19:09:19 GMT
* Dependencies: @types/node, @types/node

@@ -18,2 +18,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>.
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>, and Adebayo Opesanya <https://github.com/OpesanyaAdebayo>.

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

flushall(cb?: Callback<string>): R;
flushall(async: "ASYNC", cb?: Callback<string>): R;
FLUSHALL(cb?: Callback<string>): R;
FLUSHALL(async: 'ASYNC', cb?: Callback<string>): R;

@@ -386,3 +388,5 @@ /**

flushdb(cb?: Callback<'OK'>): R;
flushdb(async: "ASYNC", cb?: Callback<string>): R;
FLUSHDB(cb?: Callback<'OK'>): R;
FLUSHDB(async: 'ASYNC', cb?: Callback<string>): R;

@@ -389,0 +393,0 @@ /**

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