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

agenda

Package Overview
Dependencies
Maintainers
5
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agenda - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/agenda/cancel.js

20

History.md
Next 2.0.0
==========
* Drop support for MongoDB 2.4 ([#497](https://github.com/agenda/agenda/pull/497))
* Update dependencies
Next 1.1.0
==========
* Rewrite tests: replace mocha and blanket with ava and nyc ([#506](https://github.com/agenda/agenda/pull/506))
* Update dependencies `cron` and `debug` ([#505](https://github.com/agenda/agenda/pull/505))
* Optimization: don't try and unlock jobs when `_lockedJobs` is empty ([#509](https://github.com/agenda/agenda/pull/509))
* Code cleanup ([#503](https://github.com/agenda/agenda/pull/503))
Next 1.0.0 / 2017-08-?
======================
1.0.0 / 2017-08-12
==================

@@ -45,2 +51,10 @@ * Gracefully recover from losing connection to MongoDB ([#472](https://github.com/agenda/agenda/pull/472))

0.10.2 / 2017-08-10
===================
* Adds debugging, [see instructions from README.md](https://github.com/agenda/agenda#to-turn-on-logging-please-set-your-debug-env-variable-like-so).
0.10.1 / 2017-08-10
===================
* Unpublished and re-published as v0.10.2
0.10.0 / 2017-08-08

@@ -47,0 +61,0 @@ ==================

2

index.js

@@ -1,3 +0,3 @@

const Agenda = require('./lib/agenda.js');
const Agenda = require('./lib/agenda');
module.exports = Agenda;
{
"name": "agenda",
"version": "1.0.0",
"version": "1.0.1",
"description": "Light weight job scheduler for Node.js",

@@ -36,8 +36,8 @@ "main": "index.js",

"dependencies": {
"cron": "~1.1.0",
"cron": "~1.3.0",
"date.js": "~0.3.1",
"debug": "^2.6.8",
"debug": "~3.1.0",
"human-interval": "~0.1.3",
"moment-timezone": "^0.5.0",
"mongodb": "^2.2.10"
"moment-timezone": "~0.5.0",
"mongodb": "~2.2.10"
},

@@ -47,3 +47,3 @@ "devDependencies": {

"coveralls": "^2.13.1",
"eslint": "^4.2.0",
"eslint": "^4.8.0",
"expect.js": "^0.3.1",

@@ -50,0 +50,0 @@ "mocha": "^3.4.2",

@@ -8,14 +8,7 @@ <p align="center">

<p align="center">
<a href="http://travis-ci.org/agenda/agenda">
<img src="https://api.travis-ci.org/agenda/agenda.svg" alt="Build Status">
</a>
<a href="https://david-dm.org/agenda/agenda">
<img src="https://david-dm.org/agenda/agenda/status.svg" alt="dependencies Status">
</a>
<a href="https://david-dm.org/agenda/agenda?type=dev">
<img src="https://david-dm.org/agenda/agenda/dev-status.svg" alt="devDependencies Status">
</a>
<a href="https://coveralls.io/github/agenda/agenda?branch=master">
<img src="https://coveralls.io/repos/github/agenda/agenda/badge.svg?branch=master" alt="Coverage Status">
</a>
<a href="https://slackin-ekwifvcwbr.now.sh/"><img src="https://slackin-ekwifvcwbr.now.sh/badge.svg" alt="Slack Status"></a>
<a href="http://travis-ci.org/agenda/agenda"><img src="https://api.travis-ci.org/agenda/agenda.svg" alt="Build Status"></a>
<a href="https://david-dm.org/agenda/agenda"><img src="https://david-dm.org/agenda/agenda/status.svg" alt="dependencies Status"></a>
<a href="https://david-dm.org/agenda/agenda?type=dev"><img src="https://david-dm.org/agenda/agenda/dev-status.svg" alt="devDependencies Status"></a>
<a href="https://coveralls.io/github/agenda/agenda?branch=master"><img src="https://coveralls.io/repos/github/agenda/agenda/badge.svg?branch=master" alt="Coverage Status"></a>
<br>

@@ -221,3 +214,3 @@ <br>

Also worth noting is that if the job is queue is shutdown, any jobs stored in memory
Also worth noting is that if the job queue is shutdown, any jobs stored in memory
that haven't run will still be locked, meaning that you may have to wait for the

@@ -1040,3 +1033,3 @@ lock to expire.

- OSX: `env DEBUG="agenda:*" node index.js`
- OSX: `DEBUG="agenda:*" node index.js`
- Linux: `DEBUG="agenda:*" node index.js`

@@ -1050,16 +1043,7 @@ - Windows CMD: `set DEBUG=agenda:*`

# Acknowledgements
- Agenda was originally created by [@rschmukler](https://github.com/rschmukler).
- [Agendash](https://github.com/agenda/agendash) was originally created by [@joeframbach](https://github.com/joeframbach).
- These days Agenda has a great community of [contributors](https://github.com/agenda/agenda/graphs/contributors) around it. [Join us!](https://github.com/agenda/agenda/wiki)
Agenda has some great community members that help a great deal.
- [@rschmukler](https://github.com/rschmukler)
- [@joeframbach](https://github.com/joeframbach)
- [@droppedoncaprica](http://github.com/droppedoncaprica)
- [@nwkeeley](http://github.com/nwkeeley)
- [@liamdon](http://github.com/liamdon)
- [@loris](http://github.com/loris)
- [@jakeorr](http://github.com/jakeorr)
- [@niftylettuce](http://github.com/niftylettuce)
# License
[The MIT License](LICENSE.md)
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