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

rascal

Package Overview
Dependencies
Maintainers
1
Versions
184
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 0.7.2 to 0.7.3

2

lib/amqp/Publication.js

@@ -42,3 +42,3 @@ var debug = require('debug')('rascal:Publication')

publishConfig.options.CC = [].concat(publishConfig.options.CC, format('%s.%s', message.properties.headers.rascal.originalQueue, publishConfig.routingKey))
publishConfig.options.CC = _.chain([]).concat(publishConfig.options.CC, format('%s.%s', message.properties.headers.rascal.originalQueue, publishConfig.routingKey)).unique().value()

@@ -45,0 +45,0 @@ _publish(message.content, publishConfig, next)

{
"name": "rascal",
"version": "0.7.2",
"version": "0.7.3",
"description": "A friendly wrapper around amqplib with (mostly) safe defaults",

@@ -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