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

gapi-oauth-react-hooks

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gapi-oauth-react-hooks - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

index.d.ts

@@ -0,3 +1,5 @@

import { GapiState } from "./hooks/use.gapi.loading.hook";
import { useGapiLogin } from "./hooks/use.gapi.login.hook";
import { GapiConfig } from "./logic/gapi.config.logic";
export { useGapiLogin, GapiConfig };
export type { GapiState };

2

package.json
{
"name": "gapi-oauth-react-hooks",
"version": "1.0.4",
"version": "1.0.5",
"repository": "https://github.com/jpb06/gapi-oauth-react-hooks.git",

@@ -5,0 +5,0 @@ "author": "jpb06 <jpb.06@outlook.com>",

@@ -94,2 +94,3 @@ # gapi-oauth-react-hooks

- 1.0.5 : Exporting type GapiState.
- 1.0.4 : Removing the GapiState enum; replacing it with a type to simplify rendering in react components.

@@ -96,0 +97,0 @@ - 1.0.3 : Misc: readme alterations.

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