Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

level-session

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-session - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc