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.9 to 1.0.10

4

History.md

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

1.0.10 (2015-05-07)
==================
* Fix PostgreSQL not working (Daniel McKenzie)
1.0.9 (2015-04-04)

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

2

lib/connect-session-knex.js

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

var postgresfastq = 'with new_values (sid, expired, sess) as (' +
' values ($1, $2::timestamp without time zone, $3::json)' +
' values (?, ?::timestamp without time zone, ?::json)' +
'), ' +

@@ -139,0 +139,0 @@ 'upsert as ' +

{
"name": "connect-session-knex",
"description": "A knex.js session store for Express and Connect",
"version": "1.0.9",
"version": "1.0.10",
"main": "lib/connect-session-knex",

@@ -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