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.7.1 to 1.7.2

6

index.js

@@ -93,2 +93,6 @@ 'use strict'

self._consume_channel.consume(chosen_queue, (message) => {
if (message === null) {
throw new Error('Consumer cancelled')
}
if (!message.properties.timestamp) {

@@ -141,4 +145,2 @@ self.__consume_res(message, callbacks, context)

options.timestamp = Math.ceil(+new Date() / 1000)
self.__connect(() => {

@@ -145,0 +147,0 @@ self.__assert_exchange(() => {

{
"name": "remit",
"version": "1.7.1",
"version": "1.7.2",
"description": "A small set of functionality used to create microservices that don't need to be aware of one-another's existence.",

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