jsreport-scheduling
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -0,0 +0,0 @@ var main = require('./lib/scheduling.js') |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -24,2 +24,3 @@ var CronTime = require('cron').CronTime | ||
this.interval = setInterval(JobProcessor.prototype.process.bind(this), this.options.interval) | ||
this.interval.unref() | ||
} | ||
@@ -26,0 +27,0 @@ |
@@ -0,0 +0,0 @@ /*! |
{ | ||
"name": "jsreport-scheduling", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "jsreport extension for scheduling background rendering jobs", | ||
@@ -34,8 +34,8 @@ "scripts": { | ||
"dependencies": { | ||
"bluebird": "3.5.0", | ||
"cron": "1.2.1", | ||
"bluebird": "3.5.1", | ||
"cron": "1.3.0", | ||
"cron-builder": "0.3.0", | ||
"cronstrue": "0.10.3", | ||
"cronstrue": "0.10.10", | ||
"in-publish": "2.0.0", | ||
"moment": "2.18.1", | ||
"moment": "2.19.1", | ||
"ordinal-number-suffix": "0.1.1", | ||
@@ -47,14 +47,14 @@ "shortid": "2.2.8", | ||
"devDependencies": { | ||
"babel-eslint": "7.2.2", | ||
"eslint": "3.19.0", | ||
"eslint-config-standard-jsx": "3.3.0", | ||
"eslint-plugin-babel": "4.1.1", | ||
"jsreport-core": "1.3.0", | ||
"jsreport-reports": "1.1.0", | ||
"babel-eslint": "8.0.1", | ||
"eslint": "4.9.0", | ||
"eslint-config-standard-jsx": "4.0.2", | ||
"eslint-plugin-babel": "4.1.2", | ||
"jsreport-core": "1.4.0", | ||
"jsreport-reports": "1.1.1", | ||
"jsreport-studio-dev": "1.1.1", | ||
"jsreport-templates": "1.1.0", | ||
"jsreport-templates": "1.1.1", | ||
"lodash": "4.17.4", | ||
"mocha": "3.2.0", | ||
"should": "11.2.1", | ||
"standard": "8.6.0" | ||
"mocha": "4.0.1", | ||
"should": "13.1.2", | ||
"standard": "10.0.3" | ||
}, | ||
@@ -61,0 +61,0 @@ "files": [ |
@@ -0,0 +0,0 @@ # jsreport-scheduling |
@@ -6,7 +6,2 @@ import React, { Component } from 'react' | ||
export default class DownloadButton extends Component { | ||
static propTypes = { | ||
tab: React.PropTypes.object, | ||
onUpdate: React.PropTypes.func.isRequired | ||
} | ||
download () { | ||
@@ -29,1 +24,5 @@ if (ScheduleEditor.ActiveReport) { | ||
DownloadButton.propTypes = { | ||
tab: React.PropTypes.object, | ||
onUpdate: React.PropTypes.func.isRequired | ||
} |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ import ScheduleEditor from './ScheduleEditor.js' |
@@ -0,0 +0,0 @@ { |
@@ -9,7 +9,2 @@ import React, { Component } from 'react' | ||
export default class ScheduleEditor extends Component { | ||
static propTypes = { | ||
entity: React.PropTypes.object.isRequired, | ||
onUpdate: React.PropTypes.func.isRequired | ||
} | ||
constructor () { | ||
@@ -206,1 +201,6 @@ super() | ||
} | ||
ScheduleEditor.propTypes = { | ||
entity: React.PropTypes.object.isRequired, | ||
onUpdate: React.PropTypes.func.isRequired | ||
} |
@@ -0,0 +0,0 @@ import React, { Component } from 'react' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
353604
4754
+ Addedbluebird@3.5.1(transitive)
+ Addedcron@1.3.0(transitive)
+ Addedcronstrue@0.10.10(transitive)
+ Addedmoment@2.19.1(transitive)
- Removedbluebird@3.5.0(transitive)
- Removedcron@1.2.1(transitive)
- Removedcronstrue@0.10.3(transitive)
- Removedmoment@2.18.1(transitive)
Updatedbluebird@3.5.1
Updatedcron@1.3.0
Updatedcronstrue@0.10.10
Updatedmoment@2.19.1