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

cron

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

2

dist/job.js

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

return __awaiter(this, void 0, void 0, function* () {
if (!this.waitForCompletion && this._isCallbackRunning)
if (this.waitForCompletion && this._isCallbackRunning)
return;

@@ -113,0 +113,0 @@ this._isCallbackRunning = true;

{
"name": "cron",
"description": "Cron jobs for your node",
"version": "3.3.0",
"version": "3.3.1",
"author": "Nick Campbell <nicholas.j.campbell@gmail.com> (https://github.com/ncb000gt)",

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

Sorry, the diff of this file is too big to display

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