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

fitbit-sdk-types

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fitbit-sdk-types - npm Package Compare versions

Comparing version 4.2.3 to 4.3.0

types/companion/calendars.d.ts

12

package.json
{
"name": "fitbit-sdk-types",
"version": "4.2.3",
"version": "4.3.0",
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>",

@@ -38,10 +38,10 @@ "description": "Types for Fitbit SDK.",

"devDependencies": {
"@types/node": "^12.12.11",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint": "^6.6.0",
"@types/node": "^12.12.21",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"prettier": "^1.19.1",
"typescript": "^3.7.2"
"typescript": "^3.7.3"
}
}

@@ -6,2 +6,7 @@ declare module 'display' {

}> {
readonly aodActive: boolean;
aodAllowed: boolean;
readonly aodAvailable: boolean;
readonly aodEnabled: boolean;
autoOff: boolean;

@@ -8,0 +13,0 @@ brightnessOverride: 'dim' | 'normal' | 'max' | void;

interface ElementSearchMap {
[key: string]: Element;
image: ImageElement;

@@ -12,3 +13,2 @@ text: TextElement;

g: GroupElement;
[key: string]: Element;
}

@@ -24,3 +24,4 @@ interface ElementSearch {

interface Element extends ElementSearch, GlobalEvents {
readonly class: string;
readonly children: readonly Element[];
class: string;
readonly firstChild: Element | null;

@@ -216,4 +217,5 @@ readonly id: string;

opacity: number | undefined;
strokeWidth: number;
textDecoration: 'none' | 'inherit' | 'underline';
visibility: 'inherit' | 'visible' | 'hidden';
}

@@ -38,2 +38,3 @@ declare module 'user-activity' {

const minuteHistory: ActivityHistory;
const primaryGoal: keyof Activity;
}
type PermissionName =
| 'access_activity'
| 'access_aod'
| 'access_app_cluster_storage'
| 'access_calendar'
| 'access_exercise'

@@ -5,0 +7,0 @@ | 'access_heart_rate'

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