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

react-google-calendar-api

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-google-calendar-api - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"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();

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