node-red-contrib-nextcloud-info
Advanced tools
Comparing version 0.5.5 to 0.6.0
@@ -76,3 +76,4 @@ module.exports = function(RED) { | ||
// force JSON format on SERVERINFO API | ||
if (node.url.indexOf("?format=json") == -1){ | ||
//if (node.url.indexOf("?format=json") == -1){ | ||
if (!(/\?format=json$/).test(node.url)){ | ||
node.url=node.url + "?format=json"; | ||
@@ -79,0 +80,0 @@ } |
{ | ||
"name": "node-red-contrib-nextcloud-info", | ||
"version": "0.5.5", | ||
"version": "0.6.0", | ||
"description": "Nextcloud monitor node-red node for Nextcloud Administrators only", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
176772
102