Socket
Socket
Sign inDemoInstall

@types/ioredis

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ioredis - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

11

ioredis/index.d.ts

@@ -845,2 +845,13 @@ // Type definitions for ioredis 4.0

/**
* By default, all pending commands will be flushed with an error every
* 20 retry attempts. That makes sure commands won't wait forever when
* the connection is down. You can change this behavior by setting
* `maxRetriesPerRequest`.
*
* Set maxRetriesPerRequest to `null` to disable this behavior, and
* every command will wait forever until the connection is alive again
* (which is the default behavior before ioredis v4).
*/
maxRetriesPerRequest?: number | null;
/**
* 1/true means reconnect, 2 means reconnect and resend failed command. Returning false will ignore

@@ -847,0 +858,0 @@ * the error and do nothing.

4

ioredis/package.json
{
"name": "@types/ioredis",
"version": "4.0.0",
"version": "4.0.1",
"description": "TypeScript definitions for ioredis",

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

},
"typesPublisherContentHash": "15672404fdbce33d8c9369ca254f7965ff26a65ddb6819e45ad9c1253f41449a",
"typesPublisherContentHash": "a0281d849fb03e06d85ba441e7804ab27d8f85ffc7d681ca05996ca88f6d30b1",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 29 Aug 2018 16:54:53 GMT
* Last updated: Wed, 29 Aug 2018 18:33:50 GMT
* Dependencies: tls, node

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

Sorry, the diff of this file is not supported yet

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