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 1.0.4 to 1.0.5

2

package.json
{
"name": "fitbit-sdk-types",
"version": "1.0.4",
"version": "1.0.5",
"description": "Types for Fitbit SDK.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -1,10 +0,9 @@

interface EventInit {}
interface EventListener {}
interface EventTarget<EventMap = {}> {
addEventListener<EventName extends keyof EventMap>(
type: EventName,
listener: (event: EventMap[EventName]) => void,
eventListener: (event: EventMap[EventName]) => void,
): void;
removeEventListener<EventName extends keyof EventMap>(
eventName: EventName,
eventListener: (event: EventMap[EventName]) => void,
): void;

@@ -11,0 +10,0 @@ }

declare namespace JSX {
interface ElementAttributesProperty {
props: any;
}
interface IntrinsicElements {}
interface ElementChildrenAttribute {

@@ -7,0 +3,0 @@ children: any;

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