New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@guestlinelabs/react-auth

Package Overview
Dependencies
Maintainers
10
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guestlinelabs/react-auth - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

2

dist/types.d.ts

@@ -38,4 +38,2 @@ import * as t from 'io-ts';

interface LoginOptions {
scope?: string;
audience?: string;
appState?: {};

@@ -42,0 +40,0 @@ loginHint?: string;

2

package.json
{
"name": "@guestlinelabs/react-auth",
"version": "2.0.9",
"version": "2.0.10",
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -100,4 +100,2 @@ import * as t from 'io-ts';

interface LoginOptions {
scope?: string;
audience?: string;
appState?: {}; // State to get back on the login-callback (e.g. to store the page to redirect to after login)

@@ -104,0 +102,0 @@ loginHint?: string; // To pre-fill the email/username on the Auth0 login page

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