New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fitbit-gestures

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fitbit-gestures - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

__mocks__/document.ts

2

dist/GestureDetector.js

@@ -38,4 +38,4 @@ import { FindElement } from './helpers/dom.helper';

this._addListener('up', this.swipe.onMouseUp.bind(this.swipe));
this._addListener('down', this.swipe.onMouseDown.bind(this.slide));
this._addListener('down', this.swipe.onMouseDown.bind(this.swipe));
this._addListener('down', this.swipe.onMouseDown.bind(this.swipe));
return this;

@@ -42,0 +42,0 @@ };

{
"name": "fitbit-gestures",
"version": "1.0.0",
"version": "1.0.1",
"description": "Library to detect gestures on Fitbit devices",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -58,4 +58,4 @@ import { SwipeConfig } from './gestures/Swipe'

this._addListener('up', this.swipe.onMouseUp.bind(this.swipe))
this._addListener('down', this.swipe.onMouseDown.bind(this.slide))
this._addListener('down', this.swipe.onMouseDown.bind(this.swipe))
this._addListener('down', this.swipe.onMouseDown.bind(this.swipe))
return this

@@ -62,0 +62,0 @@ }

@@ -14,3 +14,3 @@ {

"include": [
"**/*.ts",
"./src/index.ts",
"./node_modules/fitbit-sdk-types/types/device",

@@ -17,0 +17,0 @@ "./node_modules/fitbit-sdk-types/types/companion"

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