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

hapi-mongodb-init

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-mongodb-init - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

lib/db.js

@@ -27,7 +27,7 @@ var indexes = require("./indexes");

conn.on("error", function (err) {
plugin.log(["database", "error"], err.toString());
plugin.log(["database", "error"], err);
});
conn.on("timeout", function (err) {
plugin.log(["database", "timeout"], err.toString());
plugin.log(["database", "timeout"], err);
});

@@ -34,0 +34,0 @@

{
"name": "hapi-mongodb-init",
"version": "1.0.1",
"version": "1.0.2",
"description": "initialises mongo db connections for hapi",

@@ -5,0 +5,0 @@ "main": "index.js",

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