Socket
Socket
Sign inDemoInstall

@metamask/controller-utils

Package Overview
Dependencies
Maintainers
9
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/controller-utils - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

7

CHANGELOG.md

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

## [3.4.0]
### Added
- add WalletConnect in approval type ([#1240](https://github.com/MetaMask/core/pull/1240))
## [3.3.0]

@@ -86,3 +90,4 @@ ### Added

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.3.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.4.0...HEAD
[3.4.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.3.0...@metamask/controller-utils@3.4.0
[3.3.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.2.0...@metamask/controller-utils@3.3.0

@@ -89,0 +94,0 @@ [3.2.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.1.0...@metamask/controller-utils@3.2.0

3

dist/constants.d.ts

@@ -91,5 +91,6 @@ import { NetworkType, NetworksTicker, NetworksChainId, NetworkId } from './types';

Unlock = "unlock",
ConnectAccounts = "connect_accounts"
ConnectAccounts = "connect_accounts",
WalletConnect = "wallet_connect"
}
export declare const NETWORK_ID_TO_ETHERS_NETWORK_NAME_MAP: Record<NetworkId, NetworkType>;
//# sourceMappingURL=constants.d.ts.map

@@ -104,2 +104,3 @@ "use strict";

ApprovalType["ConnectAccounts"] = "connect_accounts";
ApprovalType["WalletConnect"] = "wallet_connect";
})(ApprovalType = exports.ApprovalType || (exports.ApprovalType = {}));

@@ -106,0 +107,0 @@ exports.NETWORK_ID_TO_ETHERS_NETWORK_NAME_MAP = {

{
"name": "@metamask/controller-utils",
"version": "3.3.0",
"version": "3.4.0",
"description": "Data and convenience functions shared by multiple packages",

@@ -42,8 +42,8 @@ "keywords": [

"@metamask/auto-changelog": "^3.1.0",
"@types/jest": "^26.0.22",
"@types/jest": "^27.4.1",
"abort-controller": "^3.0.0",
"deepmerge": "^4.2.2",
"jest": "^26.4.2",
"jest": "^27.5.1",
"nock": "^13.0.7",
"ts-jest": "^26.5.2",
"ts-jest": "^27.1.4",
"typedoc": "^0.22.15",

@@ -50,0 +50,0 @@ "typedoc-plugin-missing-exports": "^0.22.6",

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