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 3.2.1 to 3.2.2

2

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

@@ -5,0 +5,0 @@ "description": "Types for Fitbit SDK.",

@@ -13,3 +13,3 @@ # Fitbit SDK Types ✔

1. First, create your Fitbit CLI project following the official instructions at https://dev.fitbit.com/build/guides/command-line-interface/.
2. Then, from that project root, run `npx fitbit-sdk-types apply` to apply TypeScript to your existing Fitbir project.
2. Then, from that project root, run `npx fitbit-sdk-types apply` to apply TypeScript to your existing Fitbit project.
3. Profit!

@@ -27,3 +27,3 @@

"extends": "./node_modules/@fitbit/sdk/sdk-tsconfig.json",
"include": ["node_modules/fitbit-sdk-types", "**/*.ts", "**/*.tsx"]
"include": ["node_modules/fitbit-sdk-types/types", "**/*.ts", "**/*.tsx"]
}

@@ -46,3 +46,3 @@ ```

#### app/tsconfig.json
**app/tsconfig.json**

@@ -56,3 +56,3 @@ ```json

#### companion/tsconfig.json
**companion/tsconfig.json**

@@ -69,3 +69,3 @@ ```json

#### settings/tsconfig.json
**settings/tsconfig.json**

@@ -77,2 +77,3 @@ ```json

"../node_modules/fitbit-sdk-types/types/settings.d.ts",
"**/*.ts",
"**/*.tsx"

@@ -79,0 +80,0 @@ ]

@@ -99,3 +99,3 @@ const { name: moduleName, version: moduleVersion } = require('../package.json');

projectTsConfig.include = [
'node_modules/fitbit-sdk-types',
'node_modules/fitbit-sdk-types/types',
'**/*.ts',

@@ -102,0 +102,0 @@ '**/*.tsx',

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