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 4.3.0 to 4.3.1

7

dist/index.d.ts

@@ -10,9 +10,10 @@ import { AuthProvider, useAuth } from './auth';

};
export interface Guestline {
authentication: Authentication;
}
declare global {
interface Window {
guestline: {
authentication: Authentication;
};
guestline: Guestline;
}
}
export { useAuth, AuthData, UserInfo, AuthProvider };
{
"name": "@guestlinelabs/react-auth",
"version": "4.3.0",
"version": "4.3.1",
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",

@@ -56,2 +56,2 @@ "main": "dist/index.js",

}
}
}

@@ -20,7 +20,9 @@ import { AuthProvider, useAuth } from './auth';

export interface Guestline {
authentication: Authentication;
}
declare global {
interface Window {
guestline: {
authentication: Authentication;
};
guestline: Guestline;
}

@@ -27,0 +29,0 @@ }

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