fitbit-sdk-types
Advanced tools
Comparing version 4.3.3 to 4.3.4
{ | ||
"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 { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52070