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

@types/express-slow-down

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/express-slow-down - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

6

express-slow-down/index.d.ts

@@ -94,2 +94,8 @@ // Type definitions for express-slow-down 1.3

/**
* Add `X-SlowDown-Limit`, `X-SlowDown-Remaining`, and if the store supports it,
* `X-SlowDown-Reset` headers to all responses.
*/
headers?: boolean;
/**
* Function used to generate keys. By default user IP address (`req.ip`) is used.

@@ -96,0 +102,0 @@ * Default: `(req, res) => req.ip`

6

express-slow-down/package.json
{
"name": "@types/express-slow-down",
"version": "1.3.1",
"version": "1.3.2",
"description": "TypeScript definitions for express-slow-down",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-slow-down",

},
"typesPublisherContentHash": "55758e2383a4e99cab99ab3a6307c076ea68a718aa7a1517dcbf4bcd4d49ef87",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "bdb7f6ab6191a8975b7401fbaec68f4e361f46c3321af4fb1269bc51dc0f52db",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Thu, 08 Jul 2021 12:01:22 GMT
* Last updated: Fri, 15 Oct 2021 21:31:29 GMT
* Dependencies: [@types/express](https://npmjs.com/package/@types/express)

@@ -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