Socket
Socket
Sign inDemoInstall

@onekeyfe/cross-inpage-provider-types

Package Overview
Dependencies
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onekeyfe/cross-inpage-provider-types - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7-alpha.0

9

dist/index.d.ts
declare global {
interface Window {
ethereum: any;
$onekey: any;
ReactNativeWebView?: {
postMessage: (payload: string) => void;
};
ONEKEY_DESKTOP_GLOBALS?: {
preloadJsUrl: string;
};
}

@@ -63,2 +70,4 @@ }

extContentScripts: (...args: any[]) => unknown;
webview: (...args: any[]) => unknown;
desktopInjected: (...args: any[]) => unknown;
};

@@ -65,0 +74,0 @@ export declare type IOptionsWithDebugLogger = {

4

package.json
{
"name": "@onekeyfe/cross-inpage-provider-types",
"version": "0.0.6",
"version": "0.0.7-alpha.0",
"keywords": [

@@ -30,3 +30,3 @@ "cross-inpage-provider"

},
"gitHead": "023c271b566dcd4c65c12e875a043fe8141abb4c"
"gitHead": "e163439202ef5f85319d7dc9bc7c18ee7d6a0b7b"
}
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