Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@metamask/controller-utils

Package Overview
Dependencies
Maintainers
10
Versions
39
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 4.3.0 to 4.3.1

22

CHANGELOG.md

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

## [4.3.1]
### Changed
- Replace `eth-query` ^2.1.2 with `@metamask/eth-query` ^3.0.1 ([#1546](https://github.com/MetaMask/core/pull/1546))
## [4.3.0]

@@ -55,8 +59,11 @@ ### Changed

- Use the `hasProperty` function from `@metamask/utils` instead
- **BREAKING:** Remove constants `MAINNET` and `TESTNET_TICKER_SYMBOLS` ([#1132](https://github.com/MetaMask/core/pull/1132))
- These were actually removed in v3.1.0, but are listed here again because that release (and the minor releases following it) have been deprecated due to the breaking change
- We didn't discover this until many releases later, which is why this happened in a minor release
## [3.4.0]
## [3.4.0] [DEPRECATED]
### Added
- add WalletConnect in approval type ([#1240](https://github.com/MetaMask/core/pull/1240))
## [3.3.0]
## [3.3.0] [DEPRECATED]
### Added

@@ -66,3 +73,3 @@ - Add Sign-in-with-Ethereum origin validation ([#1163](https://github.com/MetaMask/core/pull/1163))

## [3.2.0]
## [3.2.0] [DEPRECATED]
### Added

@@ -75,3 +82,3 @@ - Add `ORIGIN_METAMASK` constant ([#1166](https://github.com/MetaMask/core/pull/1166))

## [3.1.0]
## [3.1.0] [DEPRECATED]
### Added

@@ -82,2 +89,6 @@ - Add SIWE detection support for PersonalMessageManager ([#1139](https://github.com/MetaMask/core/pull/1139))

### Removed
- **BREAKING:** Remove constants `MAINNET` and `TESTNET_TICKER_SYMBOLS` ([#1132](https://github.com/MetaMask/core/pull/1132))
- We didn't discover this until many releases later, which is why this happened in a minor release
## [3.0.0]

@@ -140,3 +151,4 @@ ### Removed

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.3.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.3.1...HEAD
[4.3.1]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.3.0...@metamask/controller-utils@4.3.1
[4.3.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.2.0...@metamask/controller-utils@4.3.0

@@ -143,0 +155,0 @@ [4.2.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.1.0...@metamask/controller-utils@4.2.0

/// <reference types="bn.js" />
import type EthQuery from '@metamask/eth-query';
import type { Hex, Json } from '@metamask/utils';
import type EthQuery from 'eth-query';
import { BN } from 'ethereumjs-util';

@@ -5,0 +5,0 @@ /**

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

@@ -32,6 +32,6 @@ "keywords": [

"dependencies": {
"@metamask/eth-query": "^3.0.1",
"@metamask/utils": "^6.2.0",
"@spruceid/siwe-parser": "1.1.3",
"eth-ens-namehash": "^2.0.8",
"eth-query": "^2.1.2",
"eth-rpc-errors": "^4.0.2",

@@ -48,3 +48,3 @@ "ethereumjs-util": "^7.0.10",

"jest": "^27.5.1",
"nock": "^13.0.7",
"nock": "^13.3.1",
"ts-jest": "^27.1.4",

@@ -51,0 +51,0 @@ "typedoc": "^0.22.15",

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