Comparing version 0.0.0 to 0.0.1
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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
24
0
5535
2