Socket
Socket
Sign inDemoInstall

jsreport-scheduling

Package Overview
Dependencies
6
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

index.js

2

lib/scheduling.js

@@ -103,3 +103,3 @@ /*!

options: {
scheduling: {taskId: task._id.toString(), scheduleShortid: schedule.shortid},
scheduling: {taskId: task._id.toString(), schedule: schedule},
reports: {save: true, mergeProperties: {taskId: task._id.toString()}}

@@ -106,0 +106,0 @@ }

{
"name": "jsreport-scheduling",
"version": "0.1.0",
"version": "0.2.0",
"description": "jsreport extension for scheduling background rendering jobs",
"scripts": {
"test": "mocha test && standard"
"test": "mocha test && standard",
"prepublish": "node node_modules/jsreport-express/tools/optimize.js"
},

@@ -40,9 +41,10 @@ "homepage": "https://github.com/jsreport/jsreport-scheduling",

"jsreport-core": "*",
"jsreport-express": "*",
"jsreport-reports": "*",
"jsreport-templates": "*",
"mocha": "^2.3.3",
"requirejs": "^2.1.22",
"should": "^7.1.1",
"standard": "^5.3.1",
"jsreport-core" : "*",
"jsreport-reports" : "*",
"jsreport-templates" : "*"
"standard": "^5.3.1"
}
}

@@ -1,2 +0,3 @@

# jsreport-scheduling.
# jsreport-scheduling
[![NPM Version](http://img.shields.io/npm/v/jsreport-scheduling.svg?style=flat-square)](https://npmjs.com/package/jsreport-scheduling)
[![Build Status](https://travis-ci.org/jsreport/jsreport-scheduling.png?branch=master)](https://travis-ci.org/jsreport/jsreport-scheduling)

@@ -7,1 +8,13 @@

See http://jsreport.net/learn/scheduling
##Installation
> npm install jsreport-resources
##jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-scheduling)
```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-scheduling')({}))
```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc