You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@metamask/permission-controller

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/permission-controller - npm Package Compare versions

Comparing version
11.0.6
to
11.1.0
+15
-1
CHANGELOG.md

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

## [11.1.0]
### Added
- Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6525](https://github.com/MetaMask/core/pull/6525))
### Changed
- Bump `@metamask/utils` from `^11.1.0` to `^11.8.1` ([#5301](https://github.com/MetaMask/core/pull/5301), [#6054](https://github.com/MetaMask/core/pull/6054), [#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
- Bump `@metamask/base-controller` from `^8.0.0` to `^8.4.1` ([#5722](https://github.com/MetaMask/core/pull/5722), [#6284](https://github.com/MetaMask/core/pull/6284), [#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807))
- Bump `@metamask/controller-utils` from `^11.5.0` to `^11.14.1` ([#5439](https://github.com/MetaMask/core/pull/5439), [#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812), [#5935](https://github.com/MetaMask/core/pull/5935), [#6069](https://github.com/MetaMask/core/pull/6069), [#6303](https://github.com/MetaMask/core/pull/6303), [#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629), [#6807](https://github.com/MetaMask/core/pull/6807))
- Bump `@metamask/json-rpc-engine` from `^10.0.3` to `^10.1.1` ([#6678](https://github.com/MetaMask/core/pull/6678), [#6807](https://github.com/MetaMask/core/pull/6807))
## [11.0.6]

@@ -334,3 +347,4 @@

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@11.0.6...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@11.1.0...HEAD
[11.1.0]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@11.0.6...@metamask/permission-controller@11.1.0
[11.0.6]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@11.0.5...@metamask/permission-controller@11.0.6

@@ -337,0 +351,0 @@ [11.0.5]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@11.0.4...@metamask/permission-controller@11.0.5

@@ -19,3 +19,8 @@ "use strict";

const stateMetadata = {
subjectMetadata: { persist: true, anonymous: false },
subjectMetadata: {
includeInStateLogs: true,
persist: true,
anonymous: false,
usedInUi: true,
},
};

@@ -22,0 +27,0 @@ const defaultState = {

@@ -16,3 +16,8 @@ import { BaseController } from "@metamask/base-controller";

const stateMetadata = {
subjectMetadata: { persist: true, anonymous: false },
subjectMetadata: {
includeInStateLogs: true,
persist: true,
anonymous: false,
usedInUi: true,
},
};

@@ -19,0 +24,0 @@ const defaultState = {

+6
-6
{
"name": "@metamask/permission-controller",
"version": "11.0.6",
"version": "11.1.0",
"description": "Mediates access to JSON-RPC methods, used to interact with pieces of the MetaMask stack, via middleware for json-rpc-engine",

@@ -50,7 +50,7 @@ "keywords": [

"dependencies": {
"@metamask/base-controller": "^8.0.0",
"@metamask/controller-utils": "^11.5.0",
"@metamask/json-rpc-engine": "^10.0.3",
"@metamask/base-controller": "^8.4.1",
"@metamask/controller-utils": "^11.14.1",
"@metamask/json-rpc-engine": "^10.1.1",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/utils": "^11.1.0",
"@metamask/utils": "^11.8.1",
"@types/deep-freeze-strict": "^1.1.0",

@@ -62,3 +62,3 @@ "deep-freeze-strict": "^1.1.1",

"devDependencies": {
"@metamask/approval-controller": "^7.1.3",
"@metamask/approval-controller": "^7.2.0",
"@metamask/auto-changelog": "^3.4.4",

@@ -65,0 +65,0 @@ "@types/jest": "^27.4.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet