New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connect-jugglingdb

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-jugglingdb - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

Version 0.0.3
=============
* do not call schema.autoupdate, but show the call in the README
Version 0.0.2

@@ -2,0 +7,0 @@ =============

2

index.js

@@ -58,4 +58,2 @@ /*!

};
schema.autoupdate();
}

@@ -62,0 +60,0 @@

{
"name": "connect-jugglingdb",
"version": "0.0.2",
"version": "0.0.3",
"description": "JugglingDB session store for Connect",

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

@@ -24,2 +24,6 @@ connect-jugglingdb

}));
schema.autoupdate(function(err) {
if (err) console.error(err);
});
```

@@ -26,0 +30,0 @@

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