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

connect-session-knex

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-session-knex - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

index.js

@@ -190,3 +190,3 @@ 'use strict';

return self.ready.then(function () {
return self.knex.raw(mysqlfastq, [sid, new Date(expired).toISOString(), sess ])
return self.knex.raw(mysqlfastq, [sid, new Date(expired).toISOString().slice(0, 19).replace('T', ' '), sess ])
.then(function (result) {

@@ -193,0 +193,0 @@ if (fn) fn(null, result);

{
"name": "connect-session-knex",
"description": "A knex.js session store for Express and Connect",
"version": "1.0.13",
"version": "1.0.14",
"main": "index.js",

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

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