mockserver
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -48,3 +48,3 @@ var fs = require('fs'); | ||
var bodyContent = []; | ||
content = content.split('\n'); | ||
content = content.split(/\r?\n/); | ||
var status = parseStatus(content[0]); | ||
@@ -78,3 +78,4 @@ var headerEnd = false; | ||
return fs.readFileSync(path.join('./', context, importThisFile)); | ||
}); | ||
}) | ||
.replace(/\r\n?/g, '\n'); | ||
} | ||
@@ -81,0 +82,0 @@ |
{ | ||
"name": "mockserver", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Easily mock your webservices while testing frontends.", | ||
@@ -5,0 +5,0 @@ "main": "mockserver.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
35372
471