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 0.3.0 to 1.0.0

.npmrc

42

package.json
{
"name": "jsreport-scheduling",
"version": "0.3.0",
"version": "1.0.0",
"description": "jsreport extension for scheduling background rendering jobs",
"scripts": {
"test": "mocha test --timeout=5000 && standard",
"prepublish": "node node_modules/jsreport-express/tools/optimize.js"
"test": "mocha test --timeout=10000 && standard",
"build": "npm run prepublish",
"prepublish": "in-publish && jsreport-studio-build || not-in-publish"
},

@@ -20,17 +21,17 @@ "homepage": "https://github.com/jsreport/jsreport-scheduling",

"ignore": [
"public/**"
"main.js"
],
"globals": [
"describe",
"it",
"beforeEach",
"define",
"ace"
]
"parser": "babel-eslint",
"env": {
"node": true,
"mocha": true,
"browser": true
}
},
"license": "LGPL",
"dependencies": {
"cron": "1.0.9",
"cron": "1.1.0",
"in-publish": "2.0.0",
"q": "1.4.1",
"shortid": "2.2.4",
"shortid": "2.2.6",
"underscore": "1.8.3"

@@ -40,12 +41,15 @@ },

"devDependencies": {
"eslint": "^1.9.0",
"babel-eslint": "6.0.4",
"eslint": "2.11.1",
"eslint-config-standard-jsx": "1.2.1",
"eslint-plugin-babel": "3.2.0",
"jsreport-core": "*",
"jsreport-express": "*",
"jsreport-reports": "*",
"jsreport-studio-dev": "0.2.8",
"jsreport-templates": "*",
"mocha": "^2.3.3",
"requirejs": "^2.1.22",
"should": "^7.1.1",
"standard": "^5.3.1"
"mocha": "2.5.3",
"requirejs": "2.2.0",
"should": "9.0.2",
"standard": "7.1.2"
}
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc