Socket
Socket
Sign inDemoInstall

@metamask/logging-controller

Package Overview
Dependencies
79
Maintainers
12
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 2.0.0

9

CHANGELOG.md

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

## [2.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/controller-utils` to ^6.0.0 ([#2063](https://github.com/MetaMask/core/pull/2063))
## [1.0.4]

@@ -33,3 +39,4 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@1.0.4...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@2.0.0...HEAD
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@1.0.4...@metamask/logging-controller@2.0.0
[1.0.4]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@1.0.3...@metamask/logging-controller@1.0.4

@@ -36,0 +43,0 @@ [1.0.3]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@1.0.2...@metamask/logging-controller@1.0.3

4

dist/LoggingController.d.ts
import type { RestrictedControllerMessenger } from '@metamask/base-controller';
import { BaseControllerV2 } from '@metamask/base-controller';
import { BaseController } from '@metamask/base-controller';
import type { Log } from './logTypes';

@@ -41,3 +41,3 @@ /**

*/
export declare class LoggingController extends BaseControllerV2<typeof name, LoggingControllerState, LoggingControllerMessenger> {
export declare class LoggingController extends BaseController<typeof name, LoggingControllerState, LoggingControllerMessenger> {
#private;

@@ -44,0 +44,0 @@ /**

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

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

@@ -25,0 +25,0 @@ * Creates a LoggingController instance.

{
"name": "@metamask/logging-controller",
"version": "1.0.4",
"version": "2.0.0",
"description": "Manages logging data to assist users and support staff",

@@ -27,13 +27,14 @@ "keywords": [

"publish:preview": "yarn npm publish --tag preview",
"test": "jest",
"test": "jest --reporters=jest-silent-reporter",
"test:clean": "jest --clearCache",
"test:verbose": "jest --verbose",
"test:watch": "jest --watch"
},
"dependencies": {
"@metamask/base-controller": "^3.2.3",
"@metamask/controller-utils": "^5.0.2",
"@metamask/base-controller": "^4.0.0",
"@metamask/controller-utils": "^6.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.1.0",
"@metamask/auto-changelog": "^3.4.3",
"@types/jest": "^27.4.1",

@@ -40,0 +41,0 @@ "deepmerge": "^4.2.2",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc