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.13 to 0.0.14

5

build/commands/SchedulerCommand.js

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

}
this.logger.info(`Schedule worker started successfully.`);
}

@@ -46,3 +47,5 @@ }

value: [
'scheduler:work'
'scheduler:work',
'schedule:work',
'schedule:run',
]

@@ -49,0 +52,0 @@ });

2

package.json
{
"name": "adonisjs-scheduler",
"version": "0.0.13",
"version": "0.0.14",
"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