New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adonisjs-scheduler

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adonisjs-scheduler - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

4

build/src/scheduler.d.ts

@@ -10,4 +10,4 @@ import { BaseCommand } from '@adonisjs/core/build/standalone';

};
immediate(state?: boolean): void;
withoutOverlapping(expiresAt?: number): void;
immediate(state?: boolean): this;
withoutOverlapping(expiresAt?: number): this;
everyMinutes(minutes: number): this;

@@ -14,0 +14,0 @@ everyMinute(): this;

@@ -26,2 +26,3 @@ "use strict";

this.config.immediate = state;
return this;
}

@@ -31,2 +32,3 @@ withoutOverlapping(expiresAt = 3600000) {

this.config.expiresAt = expiresAt;
return this;
}

@@ -33,0 +35,0 @@ everyMinutes(minutes) {

{
"name": "adonisjs-scheduler",
"version": "0.0.19",
"version": "0.0.20",
"description": "Task scheduler for AdonisJS",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/KABBOUCHI/adonisjs-scheduler#readme",

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