Socket
Socket
Sign inDemoInstall

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.12 to 1.0.13

4

History.md

@@ -0,1 +1,5 @@

1.0.13 (2015-06-08)
==================
* The dialect for MariaSQL is 'mariadb'. This was causing an error with the expired time. (Michael Pauley)
1.0.12 (2015-05-25)

@@ -2,0 +6,0 @@ ==================

2

index.js

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

function timestampTypeName(knex) {
return (['mysql', 'mariasql'].indexOf(knex.client.dialect) > -1) ? 'DATETIME' : 'timestamp';
return (['mysql', 'mariasql', 'mariadb'].indexOf(knex.client.dialect) > -1) ? 'DATETIME' : 'timestamp';
}

@@ -31,0 +31,0 @@

{
"name": "connect-session-knex",
"description": "A knex.js session store for Express and Connect",
"version": "1.0.12",
"version": "1.0.13",
"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