basic-node-server
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -16,3 +16,3 @@ const http = require('http'); | ||
else { | ||
resolve(data); | ||
resolve(JSON.parse(data)); | ||
} | ||
@@ -19,0 +19,0 @@ }); |
{ | ||
"name": "basic-node-server", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Simple node server for everyone.", | ||
@@ -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
46647