connect-session-firebase
Advanced tools
Comparing version 4.2.0 to 5.0.0
@@ -1,4 +0,13 @@ | ||
4.1.0 / 2017-12-03 | ||
5.0.0 / 2017-06-24 | ||
================== | ||
* Update Firebase dependency to 4.1.0 | ||
* Update Firebase Admin to 5.0.0 | ||
* Update Chai to 4.0.1 | ||
4.2.0 / 2017-04-08 | ||
================== | ||
* Update Firebase Admin to 4.2.0 | ||
4.1.0 / 2017-03-02 | ||
================== | ||
* Update Firebase Admin to 4.1.0 | ||
* Add reapCallback function to constructor args object | ||
@@ -5,0 +14,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* @license MIT | ||
* @version 4.2.0 | ||
* @version 5.0.0 | ||
*/ | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "connect-session-firebase", | ||
"description": "Firebase session store for Connect/Express", | ||
"version": "4.2.0", | ||
"version": "5.0.0", | ||
"author": "Ben Weier <ben.weier@gmail.com>", | ||
@@ -16,15 +16,15 @@ "main": "./index.js", | ||
"peerDependencies": { | ||
"firebase-admin": "~4.2.0" | ||
"firebase-admin": "~5.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "~3.5.0", | ||
"codeclimate-test-reporter": "~0.4.0", | ||
"codecov": "~2.1.0", | ||
"chai": "~4.0.1", | ||
"codeclimate-test-reporter": "^0.5.0", | ||
"codecov": "~2.2.0", | ||
"dotenv": "~4.0.0", | ||
"eslint": "~3.18.0", | ||
"eslint": "~4.1.0", | ||
"express-session": "~1.15.0", | ||
"firebase-admin": "~4.2.0", | ||
"firebase-admin": "^5.0.0", | ||
"istanbul": "~0.4.5", | ||
"jsdoc": "~3.4.1", | ||
"mocha": "~3.2.0", | ||
"mocha": "~3.4.1", | ||
"mocha-eslint": "~3.0.1", | ||
@@ -31,0 +31,0 @@ "mocha-lcov-reporter": "~1.3.0" |
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
15139