Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A UI to view Agenda jobs.
It's better than nothing but still pretty rough. I'm open to suggestions and pull requests.
npm install --save agenda-ui
The Agenda UI is middleware you can mount at a path in your express app.
var express = require('express');
var Agenda = require('agenda');
var agendaUI = require('agenda-ui');
var app = express();
var agenda = new Agenda(...)
app.use('/agenda-ui', agendaUI(agenda, {poll: 1000}));
The first argument is the agenda instance. The second is an options object. Currently the only options is poll
. This sets the interval the app polls for chnages. It can also be set to false
to not poll at all.
This is an Ember app that gets built on prepublish
. To try it out locally with some sample jobs run npm run dev
and ember serve
in the /app
directory. Then go to http://localhost:3022/.
FAQs
UI for Agenda
The npm package agenda-ui receives a total of 100 weekly downloads. As such, agenda-ui popularity was classified as not popular.
We found that agenda-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.