Socket
Socket
Sign inDemoInstall

agenda

Package Overview
Dependencies
27
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.8 to 0.7.9

5

History.md
0.7.9 / 2016-02-05
==================
* fix: ReferenceError: MongoError is not defined
0.7.8 / 2016-02-03

@@ -3,0 +8,0 @@ ==================

2

lib/agenda.js

@@ -384,3 +384,3 @@ /* Code forked from https://github.com/rschmukler/agenda

if ( this._mdb.s.topology.connections().length === 0 ) {
cb( new MongoError( 'No MongoDB Connection') );
cb( new Error( 'No MongoDB Connection') );
} else {

@@ -387,0 +387,0 @@ this._collection.findAndModify(

{
"name": "agenda",
"version": "0.7.8",
"version": "0.7.9",
"description": "Light weight job scheduler for Node.js",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc