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.6 to 1.0.7

10

index.js

@@ -346,3 +346,11 @@ 'use strict'

callback.callback.apply(callback.context, args)
try {
callback.callback.apply(callback.context, args)
} catch (e) {
if (self.on_error) {
self.on_error(e)
} else {
throw new Error(err)
}
}

@@ -349,0 +357,0 @@ // if (callback.autoDeleteCallback !== false) delete this._results_callback[info.correlationId]

2

package.json
{
"name": "remit",
"version": "1.0.6",
"version": "1.0.7",
"description": "`remit` is intended to be a small set of functionality 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