Socket
Socket
Sign inDemoInstall

skedify-types

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skedify-types - npm Package Compare versions

Comparing version 0.0.0-canary-20211012162927 to 0.0.0-canary-2021101216436

2

dist/resources/calendars.d.ts
import { SyncAccount } from ".";
export interface SyncAccountCalendar {
id: string;
provider: string;
provider: "office365" | "exchange" | "google";
sync_account_id: string;

@@ -6,0 +6,0 @@ syncing: boolean;

@@ -10,5 +10,7 @@ import { SyncAccountCalendar } from ".";

account_id: string;
provider: string;
provider: "office365" | "exchange" | "google";
profile_picture: string;
profile_url: any;
access_token?: string | null;
refresh_token?: string | null;
access_token_expire: string;

@@ -15,0 +17,0 @@ locale: any;

{
"version": "0.0.0-canary-20211012162927",
"version": "0.0.0-canary-2021101216436",
"name": "skedify-types",

@@ -4,0 +4,0 @@ "description": "Skedify Types",

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