Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fitbit-js

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fitbit-js - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

node_modules.bkp/connect/node_modules/crc/.gitmodules

8

lib/fitbit_client.js

@@ -29,7 +29,7 @@ /*

if (err) return callback(err, data);
var exception = null;
try {
callback(null, response, JSON.parse(data));
} catch (exc) {
callback(exc, response, data);
}
data = JSON.parse(data);
} catch (e) { exception = e; }
callback(exception, response, data);
};

@@ -36,0 +36,0 @@ }

{
"name": "fitbit-js",
"description": "Simple FitBit API client",
"version": "0.1.0",
"version": "0.1.1",
"author": "Simon Murtha-Smith <simon@murtha-smith.com>",

@@ -6,0 +6,0 @@ "keywords": ["fitbit"],

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