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
11
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.3.0 to 2.3.1

0

.eslintrc.json

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

5

dist/auth.d.ts

@@ -11,4 +11,7 @@ import React from 'react';

};
export declare const AuthProvider: React.FC;
export interface AuthProviderProps {
children?: React.ReactNode;
}
export declare const AuthProvider: React.FC<AuthProviderProps>;
export declare function useAuth(): Auth;
export {};
{
"name": "@guestlinelabs/react-auth",
"version": "2.3.0",
"version": "2.3.1",
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",

@@ -57,4 +57,4 @@ "main": "dist/index.js",

"peerDependencies": {
"react": "^16.9.0 || ^17"
"react": "^16.9.0 || ^17 || ^18"
}
}
}

@@ -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';

@@ -0,0 +0,0 @@ import * as t from 'io-ts';

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

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