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.1.3 to 1.1.4

17

index.js

@@ -165,2 +165,19 @@ 'use strict'

Remit.prototype.treq = function reqt (event, args, callback, options) {
const debug = master_debug('remit.treq')
const self = this
if (!options) options = {}
if (!options.expiration) options.expiration = 5000
if (!options.timeout) options.timeout = 5000
self.req(event, args, callback, options)
}
Remit.prototype.req = function req (event, args, callback, options) {

@@ -167,0 +184,0 @@ const debug = master_debug('remit.req')

2

package.json
{
"name": "remit",
"version": "1.1.3",
"version": "1.1.4",
"description": "A small set of tools used to create simple 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