Socket
Socket
Sign inDemoInstall

@nestjs/throttler

Package Overview
Dependencies
209
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1

3.1.0

Diff

Changelog

Source

3.1.0

Minor Changes

  • da3c950: Add skipIf option to throttler module options

    With the new option, you can pass a factory to skipIf and determine if the throttler guard should be used in the first palce or not. This acts just like applying @SkipThrottle() to every route, but can be customized to work off of the process.env or ExecutionContext object to provide better support for dev and QA environments.

nestjscore
published 3.0.0 •

Changelog

Source

3.0.0

Major Changes

  • c9fcd51: Upgrade nest version to v9. No breaking changes in direct code, but in nest v9 upgrade
nestjscore
published 2.0.1 •

Changelog

Source

2.0.1

Patch Changes

  • cf50808: fix memory leak for timeoutIds array. Before this, the timeoutIds array would not be trimmed and would grow until out of memory. Now ids are properly removed on timeout.

Features

  • adding in a comment about version (b13bf53)

BREAKING CHANGES

  • v2 and above is now being developed specificially for nest v8 and could have some unforseen side effects with Nest v7. use with v7 at your own risk.
nestjscore
published 2.0.0 •

nestjscore
published 1.2.1 •

Changelog

Source

1.2.1 (2021-07-09)

Performance Improvements

Bug Fixes

  • module: async register is now forRootAsync (a1c6ace)
nestjscore
published 1.2.0 •

Changelog

Source

1.2.1 (2021-07-09)

Performance Improvements

Bug Fixes

  • module: async register is now forRootAsync (a1c6ace)
nestjscore
published 1.1.4 •

nestjscore
published 1.1.3 •

nestjscore
published 1.1.2 •

nestjscore
published 1.1.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc