Comparing version 0.0.2-3 to 0.0.2-4
@@ -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" ], |
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
21032