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 2.0.2 to 3.0.0

LICENSE

39

package.json
{
"name": "fitbit-sdk-types",
"version": "2.0.2",
"version": "3.0.0",
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>",
"description": "Types for Fitbit SDK.",
"keywords": [
"typescript",
"fitbit",
"sdk",
"fitbitdev"
],
"license": "MIT",
"homepage": "https://github.com/SergioMorchon/fitbit-sdk-types",
"bugs": {
"url": "https://github.com/SergioMorchon/fitbit-sdk-types/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/SergioMorchon/fitbit-sdk-types"
},
"types": "types",

@@ -14,22 +30,11 @@ "scripts": {

"check-code": "npm run dtslint && npm run prettier -- -l",
"fix-code": "tslint --project types --fix && npm run prettier -- --write"
"fix-code": "tslint --project types --fix && npm run prettier -- --write",
"prepublishOnly": "npm run check-code && npm test"
},
"devDependencies": {
"dtslint": "^0.3.0",
"dtslint": "^0.4.1",
"prettier": "^1.15.3",
"tslint": "^5.11.0",
"typescript": "^3.2.1"
},
"author": "Sergio Morchón Poveda",
"repository": {
"type": "git",
"url": "https://github.com/SergioMorchon/fitbit-sdk-types"
},
"license": "ISC",
"keywords": [
"typescript",
"fitbit",
"sdk",
"fitbitdev"
]
"typescript": "^3.2.2"
}
}

@@ -102,7 +102,5 @@ # Fitbit SDK Types ✔

{
// ...
"compilerOptions": {
"strict": true
}
// ...
}

@@ -109,0 +107,0 @@ ```

@@ -11,2 +11,3 @@ /// <reference path="./shared.d.ts" />

/// <reference path="./device/document/events.d.ts" />
/// <reference path="./device/exercise.d.ts" />
/// <reference path="./device/gyroscope.d.ts" />

@@ -17,2 +18,3 @@ /// <reference path="./device/haptycs.d.ts" />

/// <reference path="./device/power.d.ts" />
/// <reference path="./device/scientific.d.ts" />
/// <reference path="./device/sensor.d.ts" />

@@ -19,0 +21,0 @@ /// <reference path="./device/system.d.ts" />

@@ -20,2 +20,3 @@ declare module 'system' {

const memory: Memory;
function launchApp(uuid: string, launchArguments?: any): void;
}

@@ -19,3 +19,2 @@ declare module 'file-transfer' {

}
//#region companion
interface Outbox {

@@ -29,4 +28,2 @@ enqueue(

const outbox: Outbox;
//#endregion
//#region device
interface Inbox

@@ -41,3 +38,2 @@ extends EventTarget<{

const inbox: Inbox;
//#endregion
}
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