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

@metamask-previews/notification-controller

Package Overview
Dependencies
Maintainers
2
Versions
388
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask-previews/notification-controller - npm Package Compare versions

Comparing version 5.0.1-preview-ff0abae to 6.0.0-preview-5dd046d

17

CHANGELOG.md

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

## [6.0.0]
### Changed
- **BREAKING:** Bump minimum Node version to 18.18 ([#3611](https://github.com/MetaMask/core/pull/3611))
- Bump `@metamask/base-controller` to `^6.0.0` ([#4352](https://github.com/MetaMask/core/pull/4352))
## [5.0.2]
### Changed
- Bump `@metamask/base-controller` to `^5.0.2` ([#4232](https://github.com/MetaMask/core/pull/4232))
## [5.0.1]

@@ -114,3 +127,5 @@

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@5.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@6.0.0...HEAD
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@5.0.2...@metamask/notification-controller@6.0.0
[5.0.2]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@5.0.1...@metamask/notification-controller@5.0.2
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@5.0.0...@metamask/notification-controller@5.0.1

@@ -117,0 +132,0 @@ [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.2...@metamask/notification-controller@5.0.0

6

package.json
{
"name": "@metamask-previews/notification-controller",
"version": "5.0.1-preview-ff0abae",
"version": "6.0.0-preview-5dd046d",
"description": "Manages display of notifications within MetaMask",

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

"dependencies": {
"@metamask/base-controller": "^5.0.2",
"@metamask/base-controller": "^6.0.0",
"@metamask/utils": "^8.3.0",

@@ -60,3 +60,3 @@ "nanoid": "^3.1.31"

"engines": {
"node": ">=16.0.0"
"node": "^18.18 || >=20"
},

@@ -63,0 +63,0 @@ "publishConfig": {

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