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

cron-schedule

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-schedule - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

2

dist/cron-parser.js

@@ -52,3 +52,3 @@ import { Cron } from './cron.js';

'@annually': '0 0 1 1 *',
'@monthly': '0 0 1 1 *',
'@monthly': '0 0 1 * *',
'@weekly': '0 0 * * 0',

@@ -55,0 +55,0 @@ '@daily': '0 0 * * *',

{
"name": "cron-schedule",
"description": "A zero-dependency cron parser and scheduler for Node.js, Deno and the browser.",
"version": "5.0.3",
"version": "5.0.4",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

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