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

hase

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hase - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

15

package.json
{
"name": "hase",
"version": "0.5.0",
"version": "0.5.1",
"description": "hase handles exchanges and queues on RabbitMQ.",

@@ -17,11 +17,12 @@ "contributors": [

"dependencies": {
"amqplib": "0.4.2"
"amqplib": "0.5.1"
},
"devDependencies": {
"assertthat": "0.8.0",
"assertthat": "0.8.2",
"knockat": "0.2.1",
"processenv": "0.1.0",
"roboter": "0.11.11",
"shelljs": "0.7.3",
"uuidv4": "0.3.1"
"processenv": "0.1.1",
"roboter": "0.13.15",
"roboter-server": "0.13.15",
"shelljs": "0.7.5",
"uuidv4": "0.4.0"
},

@@ -28,0 +29,0 @@ "repository": {

'use strict';
const env = {
RABBITMQ_URL: 'amqp://local.wolkenkit.io:5673'
/* eslint-disable no-process-env */
RABBITMQ_URL: process.env.RABBITMQ_URL || 'amqp://local.wolkenkit.io:5673'
/* eslint-enable no-process-env */
};
module.exports = env;
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