express-session-mongodb
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "express-session-mongodb", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Session Store for express-session", | ||
@@ -27,4 +27,4 @@ "keywords": [ | ||
"dependencies": { | ||
"mongodb": "~1.4.28", | ||
"express-session": "~1.10.1" | ||
"express-session": "^1.10.4", | ||
"mongodb": "^1.4.35" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
@@ -200,1 +200,7 @@ ExpressSessionMongoDB | ||
- Fixed a bug where the Filter option would cause sessions to be improperly stored | ||
1.3.3 | ||
----- | ||
- Updated mongodb dependency to version 1.4.35. | ||
- Updated express-session dependency to version 1.10.4. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
155636
206
+ Addedcookie@0.7.2(transitive)
+ Addedcookie-signature@1.0.7(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addeddepd@2.0.0(transitive)
+ Addedexpress-session@1.18.1(transitive)
+ Addedms@2.0.0(transitive)
+ Addedrandom-bytes@1.0.0(transitive)
+ Addeduid-safe@2.1.5(transitive)
- Removedbase64-url@1.2.1(transitive)
- Removedcookie@0.1.2(transitive)
- Removedcookie-signature@1.0.6(transitive)
- Removedcrc@3.2.1(transitive)
- Removeddebug@2.1.3(transitive)
- Removeddepd@1.0.1(transitive)
- Removedexpress-session@1.10.4(transitive)
- Removedms@0.7.0(transitive)
- Removednative-or-bluebird@1.1.2(transitive)
- Removeduid-safe@1.1.0(transitive)
- Removedutils-merge@1.0.0(transitive)
Updatedexpress-session@^1.10.4
Updatedmongodb@^1.4.35