New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 6.0.1 to 6.0.2

20

package.json
{
"name": "fitbit-sdk-types",
"version": "6.0.1",
"version": "6.0.2",
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>",
"description": "Types for Fitbit SDK.",
"bin": "scripts/index.js",
"bin": {
"fitbit-sdk-types": "scripts/index.js"
},
"files": [

@@ -39,10 +41,10 @@ "types/**/*.d.ts",

"devDependencies": {
"@types/node": "^14.6.3",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
"@types/node": "^14.14.21",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^7.1.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
}
}

@@ -69,3 +69,3 @@ declare module 'document' {

}
interface DocumentModule extends GlobalEvents {
export interface DocumentModule extends GlobalEvents {
readonly location: Location;

@@ -72,0 +72,0 @@ readonly history: History;

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

}) => JSX.Element;
declare const AdditiveList: <Option extends {
[k: string]: any;
name: string;
}>(props: {
declare const AdditiveList: <
Option extends {
[k: string]: any;
name: string;
}
>(props: {
title?: JSX.Element;

@@ -87,0 +89,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