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.5 to 4.3.6

16

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

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

"test": "npm run test:app && npm run test:companion && npm run test:settings",
"prettier": "prettier \"**/*.ts\" \"**/*.tsx\" \"**/*.json\" \"**/*.yml\" \"**/*.md\"",
"prettier": "prettier -l \"**/*.ts\" \"**/*.tsx\" \"**/*.json\" \"**/*.yml\" \"**/*.md\"",
"lint": "eslint types/**/*.ts",
"check-code": "npm run lint && npm run prettier -- -l",
"check-code": "npm run lint && npm run prettier",
"fix-code": "npm run lint -- --fix types/**/*.ts && npm run prettier -- --write",

@@ -40,10 +40,10 @@ "prepublishOnly": "npm run check-code && npm test"

"devDependencies": {
"@types/node": "^12.12.29",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"@types/node": "^13.11.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"prettier": "^1.19.1",
"eslint-config-prettier": "^6.10.1",
"prettier": "^2.0.4",
"typescript": "^3.8.3"
}
}

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

settingsKey?: string;
useSimpleValue?: boolean;
onChange?: (newValue: string) => void;

@@ -52,0 +53,0 @@ onAutocomplete?: (newValue: string) => ReadonlyArray<Option>;

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