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

node-red-viseo-helper

Package Overview
Dependencies
Maintainers
3
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.2.0-alpha.2 to 0.2.0-alpha.3

8

lib/config.js

@@ -13,10 +13,14 @@ const extend = require('extend');

try {
config = require(process.env.CONFIG_PATH)[process.env.NODE_ENV] || {};
config = require(process.env.CONFIG_PATH)[process.env.NODE_ENV] || {};
config.server.host = process.env.HOST || config.server.host;
config.server.verbose = config.server.verbose || true;
} catch(e) {
console.log("no project config file found");
}
extend(true, CONFIG, config);
};
{
"name" : "node-red-viseo-helper",
"version" : "0.2.0-alpha.2",
"version" : "0.2.0-alpha.3",
"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