rjweb-server
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -93,2 +93,6 @@ const { getAllFiles, getAllFilesFilter } = require('./utils/getAllFiles.js') | ||
// Parse Request Body | ||
try { reqBody = JSON.parse(reqBody) | ||
} catch (e) { } | ||
// Cors Headers | ||
@@ -95,0 +99,0 @@ if (cors) { |
{ | ||
"name": "rjweb-server", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"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
16619
267