Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsreport-scheduling

Package Overview
Dependencies
Maintainers
2
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.3.3 to 1.3.4

0

index.js

@@ -0,0 +0,0 @@ var main = require('./lib/scheduling.js')

@@ -0,0 +0,0 @@ module.exports = {

1

lib/jobProcessor.js

@@ -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 @@ /*!

30

package.json
{
"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

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