Huge News!Announcing our $40M Series B led by Abstract Ventures.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 3.1.3-preview.eb58a59 to 4.0.0-preview.3fbb6b41

9

CHANGELOG.md

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

## [4.0.0]
### Changed
- **BREAKING:** Bump `@metamask/base-controller` to ^4.0.0 ([#2063](https://github.com/MetaMask/core/pull/2063))
- This is breaking because the type of the `messenger` has backward-incompatible changes. See the changelog for this package for more.
- Bump `@metamask/utils` to ^8.2.0 ([#1957](https://github.com/MetaMask/core/pull/1957))
## [3.1.3]

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

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

@@ -57,0 +64,0 @@ [3.1.2]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.1...@metamask/notification-controller@3.1.2

4

dist/NotificationController.d.ts
import type { ControllerGetStateAction, ControllerStateChangeEvent, RestrictedControllerMessenger } from '@metamask/base-controller';
import { BaseControllerV2 } from '@metamask/base-controller';
import { BaseController } from '@metamask/base-controller';
/**

@@ -49,3 +49,3 @@ * @typedef NotificationControllerState

*/
export declare class NotificationController extends BaseControllerV2<typeof name, NotificationControllerState, NotificationControllerMessenger> {
export declare class NotificationController extends BaseController<typeof name, NotificationControllerState, NotificationControllerMessenger> {
/**

@@ -52,0 +52,0 @@ * Creates a NotificationController instance.

@@ -17,3 +17,3 @@ "use strict";

*/
class NotificationController extends base_controller_1.BaseControllerV2 {
class NotificationController extends base_controller_1.BaseController {
/**

@@ -20,0 +20,0 @@ * Creates a NotificationController instance.

{
"name": "@metamask-previews/notification-controller",
"version": "3.1.3-preview.eb58a59",
"version": "4.0.0-preview.3fbb6b41",
"description": "Manages display of notifications within MetaMask",

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

"dependencies": {
"@metamask/base-controller": "^3.2.3",
"@metamask/base-controller": "^4.0.0",
"@metamask/utils": "^8.2.0",

@@ -36,0 +36,0 @@ "nanoid": "^3.1.31"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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