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

@metamask/utils

Package Overview
Dependencies
Maintainers
9
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/utils - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

10

CHANGELOG.md

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

## [5.0.2]
### Changed
- The `Keyring` exposes a new optional method `init` ([#99](https://github.com/MetaMask/utils/pull/99))
### Fixed
- Bump `@ethereumjs/tx` to `4.1.2` to address runtime compatibility issues ([#100](https://github.com/MetaMask/utils/pull/100))
## [5.0.1]

@@ -138,3 +145,4 @@ ### Fixed

[Unreleased]: https://github.com/MetaMask/utils/compare/v5.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/utils/compare/v5.0.2...HEAD
[5.0.2]: https://github.com/MetaMask/utils/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/MetaMask/utils/compare/v5.0.0...v5.0.1

@@ -141,0 +149,0 @@ [5.0.0]: https://github.com/MetaMask/utils/compare/v4.0.0...v5.0.0

@@ -76,2 +76,6 @@ import type { TypedTransaction, TxData } from '@ethereumjs/tx';

/**
* Method to include asynchronous configuration.
*/
init?(): Promise<void>;
/**
* Remove an account from the keyring.

@@ -78,0 +82,0 @@ *

4

package.json
{
"name": "@metamask/utils",
"version": "5.0.1",
"version": "5.0.2",
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.",

@@ -33,3 +33,3 @@ "repository": {

"dependencies": {
"@ethereumjs/tx": "^4.1.1",
"@ethereumjs/tx": "^4.1.2",
"@types/debug": "^4.1.7",

@@ -36,0 +36,0 @@ "debug": "^4.3.4",

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