Socket
Socket
Sign inDemoInstall

jsreport-scheduling

Package Overview
Dependencies
7
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

12

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

@@ -44,6 +44,6 @@ },

"eslint-plugin-babel": "3.2.0",
"jsreport-core": "next",
"jsreport-reports": "next",
"jsreport-studio-dev": "0.3.1",
"jsreport-templates": "next",
"jsreport-core": "1.0.4",
"jsreport-reports": "1.0.2",
"jsreport-studio-dev": "1.0.0",
"jsreport-templates": "1.0.1",
"mocha": "2.5.3",

@@ -50,0 +50,0 @@ "should": "9.0.2",

@@ -192,5 +192,5 @@ /******/ (function(modules) { // webpackBootstrap

case 10:
this.setState({ active: null });
_activeReport = null;
_jsreportStudio2.default.setPreviewFrameSrc('data:text/html;charset=utf-8,' + encodeURI(t.error || t.state));
this.setState({ active: null });

@@ -197,0 +197,0 @@ case 13:

@@ -44,5 +44,5 @@ import React, { Component } from 'react'

} else {
this.setState({active: null})
_activeReport = null
Studio.setPreviewFrameSrc('data:text/html;charset=utf-8,' + encodeURI(t.error || t.state))
this.setState({active: null})
}

@@ -49,0 +49,0 @@ }

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