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.14 to 2.8.15

5

redis/index.d.ts

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

// Adebayo Opesanya <https://github.com/OpesanyaAdebayo>
// Ryo Ota <https://github.com/nwtgck>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -447,4 +448,4 @@

*/
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;

@@ -451,0 +452,0 @@ /**

13

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

@@ -61,6 +61,11 @@ "license": "MIT",

"githubUsername": "OpesanyaAdebayo"
},
{
"name": "Ryo Ota",
"url": "https://github.com/nwtgck",
"githubUsername": "nwtgck"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"typesVersions": {

@@ -82,4 +87,4 @@ ">=3.1.0-0": {

},
"typesPublisherContentHash": "3c4e22454a43c394a31b9e93f4d5d86108bcf8cd0bba839641e0a85de2fae278",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "efb50734f4618d7a27812acf637d53d8870dda3f44fc66af4585289d3922b0f7",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redis
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redis.
Additional Details
* Last updated: Thu, 26 Sep 2019 19:09:19 GMT
* Dependencies: @types/node, @types/node
### Additional Details
* Last updated: Mon, 10 Feb 2020 20:54:35 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/node](https://npmjs.com/package/@types/node)
* 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>, and 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), Adebayo Opesanya (https://github.com/OpesanyaAdebayo), and Ryo Ota (https://github.com/nwtgck).
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