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.0.0 to 0.0.1

.npmignore

4

example/test.js
var express = require('express'),
connect = require('connect'),
app = express.createServer(connect.bodyParser(),
connect.cookieParser(),
connect.session({secret: 'session'}));
connect.cookieParser('session'),
connect.session());
var fs = require('fs');

@@ -7,0 +7,0 @@ var fitbitClient = require('../')('yourConsumerKey', 'yourConsumerSecret');

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

@@ -11,3 +11,3 @@ "keywords": ["fitbit"],

"repository" : {"type": "git" , "url": "http://github.com/smurthas/fitbit-js.git" },
"engines": { "node": ">=0.2.0 <0.5.0" }
"engines": { "node": ">=0.2.0 <0.7.0" }
}

@@ -23,2 +23,2 @@ # fitbit-js

open http://localhost:8553
open http://localhost:8553
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