server-socket-framework-jps
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -77,2 +77,4 @@ "use strict"; | ||
addJob(config) { | ||
if (config.job) | ||
config.job.setCallback(this.jobCallback); | ||
// is this a daily task? | ||
@@ -79,0 +81,0 @@ if (config.isDailyJob) { |
{ | ||
"name": "server-socket-framework-jps", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A simple socket framework for persistent chat rooms and data messages", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
81507
1141