New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rest-sessions

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-sessions - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.travis.yml

2

app.js

@@ -36,3 +36,3 @@ // Generated by CoffeeScript 1.6.2

app.use(express.logger("dev"));
return app.use(express.bodyParser());
app.use(express.bodyParser());
});

@@ -39,0 +39,0 @@

{
"name": "rest-sessions",
"description": "A REST interface for redis-sessions",
"version": "0.0.2",
"version": "0.0.3",
"author": "P. Liess <smrchy+npm@gmail.com>",

@@ -6,0 +6,0 @@ "engines": {

# REST Sessions
[![Build Status](https://secure.travis-ci.org/smrchy/rest-sessions.png?branch=master)](http://travis-ci.org/smrchy/rest-sessions)
A REST interface to handle and share sessions between different app server platforms. Based on [redis-sessions](https://github.com/smrchy/redis-sessions).

@@ -8,9 +10,9 @@

`npm install rest-sessions`
* Clone this repository
* Run `npm install` to install the dependencies.
* For the test make sure Redis runs locally and run `npm test`
* *Optional:* Modify the server port in server.js
* Start the server: `node server.js`
Run `npm install` to install the dependencies.
For the test make sure Redis runs locally and run `npm test`
## Methods

@@ -17,0 +19,0 @@

Sorry, the diff of this file is not supported yet

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