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

cron-async

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-async - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

2

dist/index.js

@@ -101,3 +101,3 @@ "use strict";

if (!this.started) {
this.log.debug(`Job stopped, skipping run`);
this.log.trace(`Job stopped, skipping run`);
return;

@@ -104,0 +104,0 @@ }

{
"name": "cron-async",
"version": "1.0.5",
"version": "1.1.0",
"description": "Execute something on a schedule, using cron syntax, with async/await support.",

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

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