connect-session-firebase
Advanced tools
Comparing version 3.3.2 to 3.3.3
{ | ||
"name": "connect-session-firebase", | ||
"description": "Firebase session store for Connect/Express", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"author": "Ben Weier <ben.weier@gmail.com>", | ||
@@ -9,2 +9,3 @@ "main": "./index.js", | ||
"lint": "./node_modules/.bin/eslint .", | ||
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha ./test/test.js --report lcovonly -- && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls", | ||
"test": "./node_modules/.bin/mocha ./test/test.js" | ||
@@ -16,9 +17,12 @@ }, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"dotenv": "2.0.0", | ||
"eslint": "^3.3.1", | ||
"express-session": "1.14.1", | ||
"chai": "~3.5.0", | ||
"coveralls": "~2.11.12", | ||
"dotenv": "~2.0.0", | ||
"eslint": "~3.3.1", | ||
"express-session": "~1.14.1", | ||
"firebase": "~3.3.0", | ||
"mocha": "3.0.2", | ||
"mocha-eslint": "^3.0.1" | ||
"istanbul": "~0.4.5", | ||
"mocha": "~3.0.2", | ||
"mocha-eslint": "~3.0.1", | ||
"mocha-lcov-reporter": "~1.2.0" | ||
}, | ||
@@ -25,0 +29,0 @@ "engines": { |
# Connect Session Firebase | ||
[![Travis](https://img.shields.io/travis/benweier/connect-session-firebase.svg?maxAge=2592000)](https://travis-ci.org/benweier/connect-session-firebase) | ||
[![Coveralls](https://img.shields.io/coveralls/benweier/connect-session-firebase.svg?maxAge=2592000)](https://coveralls.io/github/benweier/connect-session-firebase) | ||
@@ -5,0 +6,0 @@ `connect-session-firebase` is a Connect/Express compatible session store backed by the [Firebase SDK](https://firebase.google.com/docs/server/setup). |
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
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
13665
113
10