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 7.0.2 to 7.0.3

15

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

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

"devDependencies": {
"@types/node": "^16.10.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"@types/node": "^16.11.2",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
"typescript": "^4.4.4"
},
"packageManager": "yarn@3.0.2"
}

@@ -23,3 +23,4 @@ declare module 'image' {

from(imageUri: string): Promise<Image>;
from(Buffer: ArrayBuffer, mime: string): Promise<Image>;
};
}

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

align?: 'left' | 'center' | 'right';
settingsKey?: string;
children: JSX.Element;

@@ -19,0 +18,0 @@ }) => 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