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

connect-orm

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-orm - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

CHANGELOG.md

9

index.js

@@ -24,3 +24,3 @@ /*!

* Initialize Store with the given `options`.
*
*
* @param {ORM} db

@@ -42,2 +42,3 @@ * @param {Object} options

type: 'date',
time: true,
index: true

@@ -50,3 +51,3 @@ },

Session.sync(); // TODO callback
// destroy all expired sessions after each create/update

@@ -71,3 +72,3 @@ Session.afterSave = function(next) {

*/
Store.prototype.get = function(sid, callback) {

@@ -159,4 +160,4 @@ callback = callback || noop;

};
return Store;
};
{
"name": "connect-orm",
"version": "0.0.1",
"version": "0.0.2",
"description": "orm session store for Connect",

@@ -5,0 +5,0 @@ "keywords": ["connect", "session", "express"],

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