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

noflo

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noflo - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

5

components/MQ/QueueComponent.js

@@ -41,3 +41,3 @@ // Generated by CoffeeScript 1.3.1

QueueComponent.prototype.checkEnv = function() {
var rtg;
var config, rtg;
if (!process.env.REDISTOGO_URL) {

@@ -47,2 +47,5 @@ return {};

rtg = url.parse(process.env.REDISTOGO_URL);
config = {
auth: {}
};
config.host = rtg.hostname;

@@ -49,0 +52,0 @@ config.port = rtg.port;

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.0.6",
"version": "0.0.7",
"licenses": [{

@@ -13,0 +13,0 @@ "type": "MIT",

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