Socket
Socket
Sign inDemoInstall

node-queue

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-queue - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

.gitignore

2

lib/databases/mongoDb.js

@@ -38,3 +38,3 @@ var mongo = require('mongodb')

var server = new mongo.Server(options.host, options.port, options.options);
new mongo.Db(options.dbName , server, {}).open(function(err, client) {
new mongo.Db(options.dbName , server, { safe: true }).open(function(err, client) {
if (err) {

@@ -41,0 +41,0 @@ if (callback) callback(err);

{
"author": "adrai",
"name": "node-queue",
"version": "0.3.0",
"version": "0.3.1",
"private": false,

@@ -6,0 +6,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