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-3 to 0.0.2-4

2

lib/store/mysql.js

@@ -148,3 +148,3 @@ var mysql = require("mysql");

if (items.length == 0) {
query("DELETE FROM `" + t + "` WHERE uid = ?", [ uid ], function () {
db.query("DELETE FROM `" + t + "` WHERE uid = ?", [ uid ], function () {
typeof cb == "function" && cb(null);

@@ -151,0 +151,0 @@ });

{
"name" : "sessions",
"version" : "0.0.2-3",
"version" : "0.0.2-4",
"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