New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@metamask/rate-limit-controller

Package Overview
Dependencies
Maintainers
12
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/rate-limit-controller - npm Package Compare versions

Comparing version

to
5.0.1

9

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [5.0.1]
### Fixed
- Fix `types` field in `package.json` ([#4047](https://github.com/MetaMask/core/pull/4047))
## [5.0.0]

@@ -122,3 +128,4 @@

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@5.0.0...@metamask/rate-limit-controller@5.0.1
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@4.0.2...@metamask/rate-limit-controller@5.0.0

@@ -125,0 +132,0 @@ [4.0.2]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@4.0.1...@metamask/rate-limit-controller@4.0.2

6

package.json
{
"name": "@metamask/rate-limit-controller",
"version": "5.0.0",
"version": "5.0.1",
"description": "Contains logic for rate-limiting API endpoints by requesting origin",

@@ -28,3 +28,3 @@ "keywords": [

"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"types": "./dist/types/index.d.ts",
"files": [

@@ -45,3 +45,3 @@ "dist/"

"dependencies": {
"@metamask/base-controller": "^5.0.0",
"@metamask/base-controller": "^5.0.1",
"@metamask/rpc-errors": "^6.2.1",

@@ -48,0 +48,0 @@ "@metamask/utils": "^8.3.0"