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.8.0 to 1.8.1

3

index.js

@@ -25,3 +25,4 @@ 'use strict'

this._exchange_name = opts.exchange || 'remit'
this._prefetch = opts.prefetch || 128
this._prefetch = parseInt(opts.prefetch)
if (isNaN(this._prefetch)) this._prefetch = 128

@@ -28,0 +29,0 @@ // Global items

{
"name": "remit",
"version": "1.8.0",
"version": "1.8.1",
"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