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

@types/redis

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/redis - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

4

redis/index.d.ts

@@ -253,4 +253,4 @@ // Type definitions for redis 2.8

*/
brpoplpush(source: string, destination: string, timeout: number, cb?: Callback<[string, string]>): R;
BRPOPLPUSH(source: string, destination: string, timeout: number, cb?: Callback<[string, string]>): R;
brpoplpush(source: string, destination: string, timeout: number, cb?: Callback<string|null>): R;
BRPOPLPUSH(source: string, destination: string, timeout: number, cb?: Callback<string|null>): R;

@@ -257,0 +257,0 @@ /**

{
"name": "@types/redis",
"version": "2.8.2",
"version": "2.8.3",
"description": "TypeScript definitions for redis",

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

},
"typesPublisherContentHash": "d4c6ec46be2d9c72c5c6fa11a0e993c4a2dfd79ffbb602293ae574991714250f",
"typesPublisherContentHash": "11f9ac9056d34d838c53131884731ba9d590bec2060b250bd550526c21c8eedf",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 07 Dec 2017 21:20:07 GMT
* Last updated: Wed, 13 Dec 2017 19:13:38 GMT
* Dependencies: events, stream, node

@@ -14,0 +14,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