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.3 to 1.0.4

8

CHANGELOG.md

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

## [1.0.4]
### Changed
- Bump dependency on `@metamask/base-controller` to ^3.2.3 ([#1747](https://github.com/MetaMask/core/pull/1747))
- Bump dependency on `@metamask/controller-utils` to ^5.0.2 ([#1747](https://github.com/MetaMask/core/pull/1747))
## [1.0.3]

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

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

@@ -31,0 +37,0 @@ [1.0.2]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@1.0.1...@metamask/logging-controller@1.0.2

11

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

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

"test": "jest",
"test:clean": "jest --clearCache",
"test:watch": "jest --watch"
},
"dependencies": {
"@metamask/base-controller": "^3.2.2",
"@metamask/controller-utils": "^5.0.1",
"@metamask/base-controller": "^3.2.3",
"@metamask/controller-utils": "^5.0.2",
"uuid": "^8.3.2"

@@ -42,4 +43,4 @@ },

"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"

@@ -46,0 +47,0 @@ },

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