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
0
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.1 to 4.3.2

0

.eslintrc.json

@@ -0,0 +0,0 @@ {

1

dist/types.d.ts

@@ -84,2 +84,3 @@ type LegacyRezlynxSiteAccess = {

loginType: string;
hasMfa: boolean;
isGuestline: boolean;

@@ -86,0 +87,0 @@ isSuperuser: boolean;

16

jest.config.js
/** @type {import('jest').Config} */
const config = {
verbose: false,
testEnvironment: "jsdom",
preset: "ts-jest",
testEnvironmentOptions: {
url: "http://localhost/"
},
setupFiles: ['./src/setupTests.ts']
verbose: false,
testEnvironment: 'jsdom',
preset: 'ts-jest',
testEnvironmentOptions: {
url: 'http://localhost/',
},
setupFiles: ['./src/setupTests.ts'],
};
module.exports = config;
module.exports = config;
{
"name": "@guestlinelabs/react-auth",
"version": "4.3.1",
"version": "4.3.2",
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",

@@ -15,3 +15,3 @@ "main": "dist/index.js",

"type": "git",
"url": "https://dev.azure.com/guestlinelabs/Sugoi/_git/authentication"
"url": "https://dev.azure.com/guestlinelabs/Guinea/_git/authentication"
},

@@ -57,2 +57,2 @@ "keywords": [],

}
}
}

@@ -0,0 +0,0 @@ # ReactAuth

@@ -0,0 +0,0 @@ import { AuthProvider, useAuth } from './';

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

@@ -0,0 +0,0 @@ import enzyme from 'enzyme';

@@ -103,2 +103,3 @@ type LegacyRezlynxSiteAccess = {

loginType: string;
hasMfa: boolean;
isGuestline: boolean;

@@ -105,0 +106,0 @@ isSuperuser: boolean;

@@ -0,0 +0,0 @@ {

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

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