New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remit

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remit - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -48,3 +48,3 @@ 'use strict'

self._connection.queue(options.queueName || event, {
autoDelete: false
autoDelete: true
}, function (queue) {

@@ -245,3 +245,3 @@ debug(queue.name)

this._exchange = this._connection.exchange(this._exchange_name, {
autoDelete: false
autoDelete: true
}, function (exchange) {

@@ -248,0 +248,0 @@ debug('Exchange ' + self._exchange_name + ' open')

{
"name": "remit",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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