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

@metamask/notification-controller

Package Overview
Dependencies
Maintainers
12
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/notification-controller - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

8

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## [3.1.3]
### Changed
- Bump dependency on `@metamask/utils` to ^8.1.0 ([#1639](https://github.com/MetaMask/core/pull/1639))
- Bump dependency on `@metamask/base-controller` to ^3.2.3
## [3.1.2]

@@ -49,3 +54,4 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.2...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.3...HEAD
[3.1.3]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.2...@metamask/notification-controller@3.1.3
[3.1.2]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.1...@metamask/notification-controller@3.1.2

@@ -52,0 +58,0 @@ [3.1.1]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.0...@metamask/notification-controller@3.1.1

11

package.json
{
"name": "@metamask/notification-controller",
"version": "3.1.2",
"version": "3.1.3",
"description": "Manages display of notifications within MetaMask",

@@ -28,7 +28,8 @@ "keywords": [

"test": "jest",
"test:clean": "jest --clearCache",
"test:watch": "jest --watch"
},
"dependencies": {
"@metamask/base-controller": "^3.2.2",
"@metamask/utils": "^6.2.0",
"@metamask/base-controller": "^3.2.3",
"@metamask/utils": "^8.1.0",
"immer": "^9.0.6",

@@ -43,4 +44,4 @@ "nanoid": "^3.1.31"

"ts-jest": "^27.1.4",
"typedoc": "^0.23.15",
"typedoc-plugin-missing-exports": "^0.23.0",
"typedoc": "^0.24.8",
"typedoc-plugin-missing-exports": "^2.0.0",
"typescript": "~4.8.4"

@@ -47,0 +48,0 @@ },

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