Socket
Socket
Sign inDemoInstall

@types/redis

Package Overview
Dependencies
1
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.23 to 2.8.24

4

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

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

},
"typesPublisherContentHash": "52625232a54a67b6ede94be395e26f7437c10dc3551145ac76c18990f017ac4d",
"typesPublisherContentHash": "ec9022fec68807bcab10edd5afc36aa16d582f288d0dffe1a6cdfff5ad4d6c3d",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Thu, 02 Jul 2020 16:35:13 GMT
* Last updated: Sat, 04 Jul 2020 20:23:57 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

@@ -430,4 +430,4 @@ /// <reference types="node" />

*/
get(key: string, cb?: Callback<string>): R;
GET(key: string, cb?: Callback<string>): R;
get(key: string, cb?: Callback<string | null>): R;
GET(key: string, cb?: Callback<string | null>): R;

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