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

rascal

Package Overview
Dependencies
Maintainers
4
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rascal - npm Package Compare versions

Comparing version 14.3.0 to 14.4.0

4

CHANGELOG.md
# Change Log
## 14.4.0
- Report validation error when no vhosts are specified - See https://github.com/guidesmiths/rascal/issues/181
## 14.3.0

@@ -4,0 +8,0 @@

@@ -18,2 +18,3 @@ const debug = require('debug')('rascal:config:validate');

function validateVhosts(vhosts) {
if (!vhosts || Object.keys(vhosts).length === 0) throw new Error('No vhosts specified');
_.each(vhosts, validateVhost);

@@ -20,0 +21,0 @@ }

2

package.json
{
"name": "rascal",
"version": "14.3.0",
"version": "14.4.0",
"description": "A config driven wrapper for amqplib supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption, channel pooling and publication timeouts",

@@ -5,0 +5,0 @@ "main": "index.js",

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