Socket
Socket
Sign inDemoInstall

@cedelabs/providers

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cedelabs/providers - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

4

dist/providers.d.ts

@@ -5,2 +5,3 @@ /// <reference types="node" />

import { CedeExposedErrors } from '@cede/utils';
import { DisplayInstallationModalConfig } from '@cede/utils';
import { Duplex } from 'stream';

@@ -215,3 +216,3 @@ import { JsonRpcConnection } from '@metamask/providers/dist/BaseProvider';

export declare const displayInstallationModal: () => void;
export declare const displayInstallationModal: ({ readOnlyOnboarding }: DisplayInstallationModalConfig) => void;

@@ -672,2 +673,3 @@ declare type EditOrderMethod = (params: EditOrderParams) => Promise<Order>;

isFastApi?: boolean;
isReadOnly?: boolean;
};

@@ -674,0 +676,0 @@

{
"name": "@cedelabs/providers",
"version": "1.7.0",
"version": "1.8.0",
"main": "dist/providers.mjs",

@@ -5,0 +5,0 @@ "module": "dist/providers.mjs",

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