New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@metamask-previews/controller-utils

Package Overview
Dependencies
Maintainers
2
Versions
517
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask-previews/controller-utils - npm Package Compare versions

Comparing version 5.0.0-preview.1b84247 to 5.0.2-preview.26b130a

16

CHANGELOG.md

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

## [5.0.2]
### Changed
- Bump dependency on `@metamask/utils` to ^8.1.0 ([#1639](https://github.com/MetaMask/core/pull/1639))
- Move `eth-rpc-errors@^4.0.2` dependency to `@metamask/rpc-errors@^6.0.2` ([#1743](https://github.com/MetaMask/core/pull/1743))
### Fixed
- Update linea goerli explorer url ([#1666](https://github.com/MetaMask/core/pull/1666))
## [5.0.1]
### Changed
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718))
## [5.0.0]

@@ -159,3 +171,5 @@ ### 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.2...HEAD
[5.0.2]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@5.0.1...@metamask/controller-utils@5.0.2
[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 +176,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

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

readonly rpcPrefs: {
readonly blockExplorerUrl: "https://explorer.goerli.linea.build";
readonly blockExplorerUrl: "https://goerli.lineascan.build";
};

@@ -64,0 +64,0 @@ };

@@ -71,3 +71,3 @@ "use strict";

rpcPrefs: {
blockExplorerUrl: 'https://explorer.goerli.linea.build',
blockExplorerUrl: 'https://goerli.lineascan.build',
},

@@ -74,0 +74,0 @@ },

{
"name": "@metamask-previews/controller-utils",
"version": "5.0.0-preview.1b84247",
"version": "5.0.2-preview.26b130a",
"description": "Data and convenience functions shared by multiple packages",

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

"test": "jest",
"test:clean": "jest --clearCache",
"test:watch": "jest --watch"

@@ -33,6 +34,5 @@ },

"@metamask/eth-query": "^3.0.1",
"@metamask/utils": "^6.2.0",
"@metamask/utils": "^8.1.0",
"@spruceid/siwe-parser": "1.1.3",
"eth-ens-namehash": "^2.0.8",
"eth-rpc-errors": "^4.0.2",
"ethereumjs-util": "^7.0.10",

@@ -49,5 +49,5 @@ "ethjs-unit": "^0.1.6",

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

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

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