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

cron-async

Package Overview
Dependencies
Maintainers
1
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.1.0 to 1.2.0

1

dist/index.d.ts

@@ -74,2 +74,3 @@ /**

stop(): void;
isStarted(): boolean;
/**

@@ -76,0 +77,0 @@ * Check if the job should run at the given time.

@@ -80,2 +80,5 @@ "use strict";

}
isStarted() {
return this.started;
}
/**

@@ -82,0 +85,0 @@ * Check if the job should run at the given time.

2

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

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

Sorry, the diff of this file is not supported yet

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