create-servers
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -94,3 +94,3 @@ /* | ||
if (!options.https) { | ||
console.log('https | no options.https; no server') | ||
log('https | no options.https; no server') | ||
return onListen('https'); | ||
@@ -107,3 +107,3 @@ } | ||
console.log('https | listening on %d', port); | ||
log('https | listening on %d', port); | ||
server = https.createServer({ | ||
@@ -110,0 +110,0 @@ key: fs.readFileSync(path.join(ssl.root, ssl.key)), |
{ | ||
"name": "create-servers", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Create an http AND/OR an https server and call the same request handler.", | ||
@@ -25,8 +25,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"connected": "0.0.0", | ||
"connected": "~0.0.2", | ||
"errs": "~0.3.0" | ||
}, | ||
"devDependencies": { | ||
"tape": "~2.3.2" | ||
"tape": "~2.14.0" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
11929
4
+ Addedconnected@0.0.2(transitive)
- Removedconnected@0.0.0(transitive)
Updatedconnected@~0.0.2