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

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.2.0 to 0.2.1

2

lib/databases/mongoDb.js

@@ -68,3 +68,3 @@ // lib/databases/mongoDb.js v0.1.0

push: function(id, item, callback) {
this.queue.insert({ _id: id, id: id, data: item }, { safe: true }, callback);
this.queue.save({ _id: id, id: id, data: item }, { safe: true }, callback);
},

@@ -71,0 +71,0 @@

{
"author": "adrai",
"name": "node-queue",
"version": "0.2.0",
"version": "0.2.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