Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "corsica", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Ephemeral screens for the masses.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,3 @@ /* Description: | ||
out += '<h1>Subscriptions</h1>'; | ||
out += '<pre>' + insecureScrubJSON.stringify(subscriptions, null, 2)) + '</pre>'; | ||
out += '<pre>' + insecureScrub(JSON.stringify(subscriptions, null, 2)) + '</pre>'; | ||
out += '</html>'; | ||
@@ -41,0 +41,0 @@ res.send(out); |
115247