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

sessions

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sessions - npm Package Compare versions

Comparing version 0.0.2-5 to 0.0.2-6

1

lib/sessions.js

@@ -247,2 +247,3 @@ var util = require("util"),

if (typeof key == "object") {
cb = value;
store.set(uid, {}, key, cb);

@@ -249,0 +250,0 @@ } else {

2

package.json
{
"name" : "sessions",
"version" : "0.0.2-5",
"version" : "0.0.2-6",
"description" : "NodeJS session management",

@@ -5,0 +5,0 @@ "keywords" : [ "session", "cookie" ],

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