Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-nextcloud-info

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-nextcloud-info - npm Package Compare versions

Comparing version 0.5.5 to 0.6.0

3

nextcloud-info.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc