level-session
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name" : "level-session" | ||
, "description" : "A very fast and persistent web server session manager backed by LevelDB" | ||
, "version" : "0.1.0" | ||
, "version" : "0.1.1" | ||
, "homepage" : "https://github.com/rvagg/node-level-session" | ||
@@ -25,2 +25,3 @@ , "authors" : [ | ||
"tap" : "*" | ||
, "levelup" : "~0.8.0" | ||
, "request" : "~2.12.0" | ||
@@ -27,0 +28,0 @@ , "cookies" : "~0.3.6" |
@@ -81,3 +81,3 @@ # Level Session [![Build Status](https://secure.travis-ci.org/rvagg/node-level-session.png)](http://travis-ci.org/rvagg/node-level-session) | ||
Will create a new `LevelSession` instance, including an open LevelDB instance. You must provide a location for the LevelDB store, either as a `String` or on an `options` object with the property `'location'`. | ||
Will create a new `LevelSession` instance, including an open LevelDB instance. You must provide a location for the LevelDB store, either as a `String` or on an `options` object with the property `'location'`. Alternatively you can provide an existing (open), LevelUP instance with the `'db'` property. Level Session can coexist with other uses of the same LevelUP by using [level-sublevel](https://github.com/dominictarr/level-sublevel) to operate in a *"session"* namespace. | ||
@@ -84,0 +84,0 @@ The returned object can be used as a stand-alone filter or as a Connect / Express middleware. |
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
26867
6