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.0 to 4.2.1

14

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

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

"devDependencies": {
"@types/node": "^12.11.7",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"@types/node": "^12.12.11",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"prettier": "^1.18.2",
"typescript": "^3.7.1-rc"
"eslint-config-prettier": "^6.7.0",
"prettier": "^1.19.1",
"typescript": "^3.7.2"
}
}
# Fitbit SDK Types ✔
[![npm version](https://badge.fury.io/js/fitbit-sdk-types.svg)](https://badge.fury.io/js/fitbit-sdk-types)
![CI Status](https://github.com/SergioMorchon/fitbit-sdk-types/workflows/CI/badge.svg)
[![npm version](https://badge.fury.io/js/fitbit-sdk-types.svg)](https://www.npmjs.com/package/fitbit-sdk-types)
[![CI Status](https://github.com/SergioMorchon/fitbit-sdk-types/workflows/CI/badge.svg)](https://github.com/SergioMorchon/fitbit-sdk-types/actions?query=workflow%3ACI)

@@ -6,0 +6,0 @@ Add types to your Fitbit CLI project and work safely with TypeScript preventing you of doing stupid mistakes.

@@ -29,3 +29,3 @@ declare const Fragment: (props: { children: JSX.Element }) => JSX.Element;

declare const Toggle: (props: {
settingsKey: string;
settingsKey?: string;
label?: string;

@@ -32,0 +32,0 @@ onChange?: (newValue: boolean) => void;

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