rjweb-server
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -113,3 +113,3 @@ const sleep = (milliseconds) => Atomics.wait(new Int32Array(new SharedArrayBuffer(4)), 0, 0, milliseconds) | ||
// Functions | ||
print(msg) { res.write(msg) }, | ||
print(msg) { res.write(JSON.stringify(msg)) }, | ||
status(code) { res.statusCode = code } | ||
@@ -116,0 +116,0 @@ } |
{ | ||
"name": "rjweb-server", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Easy Way to create a Web Server in Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.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
8295