Socket
Socket
Sign inDemoInstall

jsreport-scheduling

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsreport-scheduling - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/jobProcessor.js

@@ -127,3 +127,5 @@ var CronTime = require('cron').CronTime

self.currentlyRunningTasks.push(task)
return self.documentStore.collection('tasks').insert(task)
return self.documentStore.collection('tasks').insert(task).then(function (doc) {
task._id = doc._id
})
}

@@ -130,0 +132,0 @@ self.currentlyRunningTasks.push(task)

{
"name": "jsreport-scheduling",
"version": "1.0.0",
"version": "1.0.1",
"description": "jsreport extension for scheduling background rendering jobs",
"scripts": {
"test": "mocha test --timeout=10000 && standard",
"build": "npm run prepublish",
"prepublish": "in-publish && jsreport-studio-build || not-in-publish"
"build": "npm run prepublish"
},

@@ -10,0 +10,0 @@ "homepage": "https://github.com/jsreport/jsreport-scheduling",

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