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

dronos

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dronos - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

lib/dronos.js

@@ -439,3 +439,7 @@ "use strict";

// run the handler in the context of the schedule object
runner.call( schedule, schedule, function() {
runner.call( schedule, {
owner: schedule.owner,
name: schedule.name,
params: schedule.params
}, function() {
done( true );

@@ -442,0 +446,0 @@ } );

4

lib/models/dronos.js

@@ -6,4 +6,4 @@ "use strict";

params = {
prefix: params.prefix || null,
db: params.db || null,
prefix: params.prefix || null,
db: params.db || null,
mongoose: params.mongoose || null

@@ -10,0 +10,0 @@ };

{
"name": "dronos",
"description": "Dronos is a distributed scheduling system (with patterns similar to Linux's cron system), using MongoDB to coordinate running tasks (drons) across multiple nodes.",
"version": "0.0.3",
"version": "0.0.4",
"author": "Anthony Hildoer <anthony@bluerival.com>",

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

@@ -492,3 +492,6 @@ "use strict";

name: 'a.test.schedule',
recurrence: '* * * * *'
recurrence: '* * * * *',
params: {
hi: 'there'
}
};

@@ -495,0 +498,0 @@

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