Socket
Socket
Sign inDemoInstall

@metamask/controller-utils

Package Overview
Dependencies
Maintainers
10
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 5.0.0 to 5.0.1

7

CHANGELOG.md

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

## [5.0.1]
### Changed
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718))
## [5.0.0]

@@ -159,3 +163,4 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@5.0.0...@metamask/controller-utils@5.0.1
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.3.2...@metamask/controller-utils@5.0.0

@@ -162,0 +167,0 @@ [4.3.2]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.3.1...@metamask/controller-utils@4.3.2

2

dist/constants.d.ts

@@ -59,3 +59,3 @@ import { NetworksTicker, ChainId, BuiltInNetworkName } from './types';

readonly chainId: "0xe704";
readonly ticker: typeof NetworksTicker["linea-goerli"];
readonly ticker: (typeof NetworksTicker)["linea-goerli"];
readonly rpcPrefs: {

@@ -62,0 +62,0 @@ readonly blockExplorerUrl: "https://explorer.goerli.linea.build";

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

@@ -43,3 +43,2 @@ "keywords": [

"@types/jest": "^27.4.1",
"abort-controller": "^3.0.0",
"deepmerge": "^4.2.2",

@@ -49,5 +48,5 @@ "jest": "^27.5.1",

"ts-jest": "^27.1.4",
"typedoc": "^0.22.15",
"typedoc-plugin-missing-exports": "^0.22.6",
"typescript": "~4.6.3"
"typedoc": "^0.23.15",
"typedoc-plugin-missing-exports": "^0.23.0",
"typescript": "~4.8.4"
},

@@ -54,0 +53,0 @@ "engines": {

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