syntex-basic
Advanced tools
Comparing version 1.0.0-b8 to 1.0.0-b9
@@ -39,6 +39,9 @@ const url = require('url'); | ||
{ | ||
this.WebServer.addPage('/serverside/connect', (request, response) => { | ||
if(this.WebServer != null) | ||
{ | ||
this.WebServer.addPage('/serverside/connect', (request, response) => { | ||
response.end(); | ||
}); | ||
response.end(); | ||
}); | ||
} | ||
} | ||
@@ -45,0 +48,0 @@ |
{ | ||
"name": "syntex-basic", | ||
"version": "1.0.0-b8", | ||
"version": "1.0.0-b9", | ||
"description": "A basic module for development", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
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
13667
418