Socket
Socket
Sign inDemoInstall

@web3-onboard/arcana-auth

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-onboard/arcana-auth - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0-alpha.2

2

dist/index.d.ts
import { WalletInit } from '@web3-onboard/common';
import type { ConstructorParams } from '@arcana/auth/types';
import type { ConstructorParams } from '@arcana/auth';
export default function (opts: {

@@ -4,0 +4,0 @@ clientID: string;

import { createEIP1193Provider } from '@web3-onboard/common';
import icon from './icon.js';
export default function (opts) {
return () => ({
label: 'Arcana Auth',
async getIcon() {
return icon;
},
getIcon: async () => (await import('./icon.js')).default,
async getInterface() {

@@ -10,0 +7,0 @@ const { AuthProvider } = await import('@arcana/auth');

{
"name": "@web3-onboard/arcana-auth",
"version": "2.0.0",
"version": "2.1.0-alpha.2",
"license": "MIT",

@@ -16,8 +16,8 @@ "description": "Arcana wallet is a built-in, secure Web3 wallet that users can access instantly when logging into an app integrated with the Arcana Auth SDK. It offers a customizable interface that can be branded to match the app's style. Users don't need to generate or manage cryptographic keys or remember passphrases. The wallet uses advanced distributed key generation, giving users full control over their wallets while onboarding Web3 apps using familiar Web2 authentication methods. It is user-friendly, secure, and puts users in control of their Web3 experience.",

"dependencies": {
"@arcana/auth": "^1.0.7",
"@web3-onboard/common": "2.3.3"
"@arcana/auth": "^1.0.10",
"@web3-onboard/common": "2.4.0-alpha.2"
},
"devDependencies": {
"typescript": "^5.1.6"
"typescript": "^5.4.5"
}
}
import { createEIP1193Provider, WalletInit } from '@web3-onboard/common'
import icon from './icon.js'
import type { ConstructorParams } from '@arcana/auth/types'
import type { ConstructorParams } from '@arcana/auth'

@@ -11,5 +10,3 @@ export default function (opts: {

label: 'Arcana Auth',
async getIcon() {
return icon
},
getIcon: async () => (await import('./icon.js')).default,
async getInterface() {

@@ -16,0 +13,0 @@ const { AuthProvider } = await import('@arcana/auth')

@@ -8,3 +8,5 @@ {

"declarationDir": "dist",
"moduleResolution": "node",
"paths": {
"@arcana/auth/types/*": ["./node_modules/@arcana/auth/types/*"],
"*": ["./src/*", "./node_modules/*"]

@@ -11,0 +13,0 @@ },

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