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.3 to 4.3.4

10

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

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

"devDependencies": {
"@types/node": "^12.12.26",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"@types/node": "^12.12.29",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
"typescript": "^3.8.3"
}
}

@@ -18,3 +18,3 @@ interface ListScrollEvent extends Event {

interface KeyboardEvent extends Event {
readonly key: string;
readonly key: 'down' | 'up' | 'back';
}

@@ -21,0 +21,0 @@ interface MouseEvent extends Event {

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