Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web3auth/base

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3auth/base - npm Package Compare versions

Comparing version 0.2.0 to 0.2.2

2

dist/base.cjs.js

@@ -560,4 +560,2 @@ module.exports =

defineProperty_default()(this, "status", void 0);
defineProperty_default()(this, "provider", void 0);
}

@@ -564,0 +562,0 @@

2

dist/types/adapter/IAdapter.d.ts

@@ -91,4 +91,4 @@ import { SafeEventEmitter } from "@toruslabs/openlogin-jrpc";

abstract status: ADAPTER_STATUS_TYPE;
abstract provider: SafeEventEmitterProvider | null;
get chainConfigProxy(): CustomChainConfig | undefined;
abstract get provider(): SafeEventEmitterProvider | null;
setChainConfig(customChainConfig: CustomChainConfig): void;

@@ -95,0 +95,0 @@ setAdapterSettings(_: unknown): void;

{
"name": "@web3auth/base",
"version": "0.2.0",
"version": "0.2.2",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",

@@ -54,3 +54,3 @@ "license": "ISC",

},
"gitHead": "17813d53ec87d23c2909dcf2f03f380192b4346d"
"gitHead": "5f40f0d957f5a7cbadb32dcced96de2f548ada9e"
}

@@ -104,4 +104,2 @@ import { SafeEventEmitter } from "@toruslabs/openlogin-jrpc";

public abstract provider: SafeEventEmitterProvider | null;
get chainConfigProxy(): CustomChainConfig | undefined {

@@ -111,2 +109,4 @@ return this.chainConfig ? { ...this.chainConfig } : undefined;

public abstract get provider(): SafeEventEmitterProvider | null;
setChainConfig(customChainConfig: CustomChainConfig): void {

@@ -113,0 +113,0 @@ if (this.status === ADAPTER_STATUS.READY) return;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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