Socket
Socket
Sign inDemoInstall

agenda

Package Overview
Dependencies
Maintainers
8
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 4.0.0 to 4.0.1

dist/agenda/cancel.js

10

History.md
Next
====
* https://github.com/agenda/agenda/pulls
* _Contributions welcome!_ https://github.com/agenda/agenda/pulls
4.0.1 / 2021-01-16
==================
* Fix _"Cannot find module ./lib/agenda"_ bug due us not targeting correct ES5 files for distribution after the TypeScript rewrite. ([#1193](https://github.com/agenda/agenda/pull/1193))
* Update dependencies
4.0.0 / 2021-01-16

@@ -33,3 +39,3 @@ ==================

Previously month was 0-based (0=January). Going forward standard Unix pattern is used, which is 1-based (1=January).
Previously month was 0-based (0=January). Going forward standard Unix pattern is used, which is 1-based (1=January).

@@ -36,0 +42,0 @@ Please update existing cron-patterns that specify a month (4th position of a pattern). The month is now 1 - 12

2

index.js

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

const Agenda = require('./lib/agenda');
const { Agenda } = require('./dist/agenda');
module.exports = Agenda;
{
"name": "agenda",
"version": "4.0.0",
"version": "4.0.1",
"description": "Light weight job scheduler for Node.js",
"main": "index.js",
"files": [
"lib"
"dist"
],

@@ -13,2 +13,3 @@ "engines": {

"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",

@@ -48,3 +49,3 @@ "pretest": "npm run build",

"dependencies": {
"cron-parser": "^2.18.0",
"cron-parser": "^3.0.0",
"date.js": "~0.3.3",

@@ -60,9 +61,9 @@ "debug": "~4.3.0",

"@types/mongodb": "^3.5.27",
"@typescript-eslint/eslint-plugin": "4.11.0",
"@typescript-eslint/parser": "4.11.0",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"blanket": "1.2.3",
"coveralls": "3.1.0",
"delay": "4.4.0",
"eslint": "7.16.0",
"eslint-config-xo": "0.33.1",
"eslint": "7.18.0",
"eslint-config-xo": "0.34.0",
"eslint-config-xo-typescript": "0.37.0",

@@ -80,3 +81,3 @@ "eslint-plugin-ava": "11.0.0",

"q": "1.5.1",
"sinon": "9.2.2",
"sinon": "9.2.3",
"typescript": "4.1.3",

@@ -83,0 +84,0 @@ "xo": "0.36.1"

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