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

xolvio-ddp

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xolvio-ddp - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

3

lib/ddp-client.js

@@ -385,2 +385,5 @@ "use strict";

if (err) {
if (err.code === 'ECONNREFUSED') {
self.emit("failed", err);
}
self._recoverNetworkError();

@@ -387,0 +390,0 @@ } else if (body) {

2

package.json
{
"name": "xolvio-ddp",
"version": "0.12.2",
"version": "0.12.3",
"description": "Node.js module to connect to servers using DDP protocol.",

@@ -5,0 +5,0 @@ "author": "Tom Coleman <tom@thesnail.org> (http://tom.thesnail.org)",

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