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.3.6 to 4.3.7

8

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

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

"eslint-config-prettier": "^6.10.1",
"husky": "^4.2.5",
"prettier": "^2.0.4",
"typescript": "^3.8.3"
},
"husky": {
"hooks": {
"pre-commit": "npm run fix-code"
}
}
}

2

types/settings/components.d.ts
declare const Fragment: (props: { children: JSX.Element }) => JSX.Element;
declare const Page: (props: { children: JSX.Element }) => JSX.Element;
declare const Section: (props: {
children: JSX.Element;
children?: JSX.Element;
title: JSX.Element;

@@ -6,0 +6,0 @@ description?: JSX.Element;

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