New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-viseo-helper

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-viseo-helper - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

11

index.js

@@ -34,2 +34,13 @@ 'use strict';

const absURL = exports.absURL = (url) => {
if (undefined === url) return url;
if (url.startsWith('http')) return url;
if(CONFIG.server === undefined || CONFIG.server.host === undefined) {
console.log("To use relative url, please assign server.host in your configuration file");
return url;
}
return CONFIG.server.host + url;
}
// ------------------------------------------

@@ -36,0 +47,0 @@ // STRING

2

package.json
{
"name" : "node-red-viseo-helper",
"version" : "0.1.17",
"version" : "0.1.18",
"description" : "Utility libarary for Node-RED",

@@ -5,0 +5,0 @@ "dependencies" : { },

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