react-google-calendar-api
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "react-google-calendar-api", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "An api to manage your google calendar", | ||
@@ -5,0 +5,0 @@ "main": "./dist/ApiCalendar.js", |
@@ -51,3 +51,3 @@ # react-google-calendar-api | ||
*/ | ||
public handleAuthClick(): Promise<any> | ||
public handleAuthClick(): void | ||
``` | ||
@@ -90,8 +90,2 @@ | ||
apiCalendar.handleAuthClick() | ||
.then(() => { | ||
console.log('sign in succesful!'); | ||
}) | ||
.catch((e) => { | ||
console.error(`sign in failed ${e}`); | ||
}) | ||
} else if (name === 'sign-out') { | ||
@@ -98,0 +92,0 @@ apiCalendar.handleSignoutClick(); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
21178
286