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.2-preview.26b130a to 5.0.2-preview.4ae7d84

3

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: {

@@ -75,2 +75,3 @@ readonly blockExplorerUrl: "https://goerli.lineascan.build";

readonly blockExplorerUrl: undefined;
readonly ticker: undefined;
readonly rpcPrefs: undefined;

@@ -77,0 +78,0 @@ };

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

blockExplorerUrl: undefined,
ticker: undefined,
rpcPrefs: undefined,

@@ -86,0 +87,0 @@ },

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

@@ -27,9 +27,9 @@ "keywords": [

"publish:preview": "yarn npm publish --tag preview",
"test": "jest",
"test": "jest --reporters=jest-silent-reporter",
"test:clean": "jest --clearCache",
"test:verbose": "jest --verbose",
"test:watch": "jest --watch"
},
"dependencies": {
"@metamask/eth-query": "^3.0.1",
"@metamask/utils": "^8.1.0",
"@metamask/utils": "^8.2.0",
"@spruceid/siwe-parser": "1.1.3",

@@ -42,3 +42,4 @@ "eth-ens-namehash": "^2.0.8",

"devDependencies": {
"@metamask/auto-changelog": "^3.1.0",
"@metamask/auto-changelog": "^3.4.3",
"@metamask/eth-query": "^3.0.1",
"@types/jest": "^27.4.1",

@@ -45,0 +46,0 @@ "deepmerge": "^4.2.2",

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