Comparing version 0.1.1 to 0.1.2
@@ -12,5 +12,5 @@ | ||
response.setHeader( "Content-Type", "text/html; charset=UTF-8" ); | ||
callback( '<html><head><script>document.write(JSON.stringify(JSON.parse(\'' + JSON.stringify( data ) + '\'),undefined,4).replace(/\n/g,"<br>").replace(/\s/g," "));</script></head><body></body></html>' ); | ||
callback( '<html><head><script>\ndocument.write(JSON.stringify(JSON.parse(\'' + JSON.stringify( data ) + '\'),undefined,4).replace(/\\n/g,"<br>").replace(/\\s/g," "));\n</script></head><body></body></html>' ); | ||
} | ||
} ); |
{ | ||
"name": "em-rest" | ||
, "description": "rest service middleware for ee-webservice" | ||
, "version": "0.1.1" | ||
, "version": "0.1.2" | ||
, "homepage": "https://github.com/eventEmitter/em-rest" | ||
@@ -6,0 +6,0 @@ , "author": "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
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
10315