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

@affinidi/affinidi-react-auth

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@affinidi/affinidi-react-auth - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

dist/LoginButton/index.js

@@ -33,3 +33,3 @@ "use strict";

const AffinidiLoginButton = (props) => {
const { isLoading, getAuthUrl } = (0, useAffinidiLogin_1.default)();
const { isLoading, getAuthUrl } = (0, useAffinidiLogin_1.default)({ authInitUrl: props.authInitUrl });
async function logInHandler() {

@@ -36,0 +36,0 @@ const data = await getAuthUrl();

@@ -7,2 +7,3 @@ import { CSSProperties, MouseEventHandler } from 'react';

buttonStyles?: CSSProperties | undefined;
authInitUrl?: string;
};

@@ -9,0 +10,0 @@ export declare const errorMessageMap: Record<string, string>;

{
"name": "@affinidi/affinidi-react-auth",
"version": "1.0.4",
"version": "1.0.5",
"description": "Affinidi react auth library for creating Affinidi Login Button",

@@ -5,0 +5,0 @@ "author": "affinidi.com",

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 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