Socket
Socket
Sign inDemoInstall

ddp

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddp - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

8

CHANGELOG.md

@@ -0,1 +1,9 @@

0.8.2 - 2014-10-11
- Fixed variable name typo
0.8.1 - 2014-09-16
- Remove debug console.logs
0.8.0 - 2014-09-16

@@ -2,0 +10,0 @@

2

lib/ddp-client.js

@@ -14,3 +14,3 @@ var util = require("util");

if ("use_ssl" in opts) opts.ssl = opts.use_ssl;
if ("autoReconnect" in opts) opts.autoReconnect = opts.autoReconnect;
if ("auto_reconnect" in opts) opts.autoReconnect = opts.auto_reconnect;
if ("auto_reconnect_timer" in opts) opts.autoReconnectTimer = opts.auto_reconnect_timer;

@@ -17,0 +17,0 @@ if ("maintain_collections" in opts) opts.maintainCollections = opts.maintain_collections;

{
"name": "ddp",
"version": "0.8.1",
"version": "0.8.2",
"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