gapi-oauth-react-hooks
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -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 }; |
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12803
199
100