Socket
Socket
Sign inDemoInstall

@arcana/auth

Package Overview
Dependencies
Maintainers
9
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcana/auth - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "@arcana/auth",
"version": "1.0.6",
"version": "1.0.7",
"description": "Arcana Auth",

@@ -5,0 +5,0 @@ "main": "dist/standalone/auth.esm.js",

@@ -0,1 +1,2 @@

import SafeEventEmitter from '@metamask/safe-event-emitter';
export declare type Theme = 'light' | 'dark';

@@ -176,7 +177,5 @@ export declare type Orientation = 'horizontal' | 'vertical';

};
export interface EthereumProvider {
export interface EthereumProvider extends SafeEventEmitter {
request(args: RequestArguments): Promise<unknown>;
on(eventName: string | symbol, listener: (...args: any[]) => void): this;
removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
}
export {};
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