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
1
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.11.1 to 0.11.2

.idea/.name

4

CHANGELOG.md

@@ -0,1 +1,5 @@

0.11.2 - 2015-11-30
- Fixes call method for the case when the first param is a falsy value
0.11.0 — 2015-03-23

@@ -2,0 +6,0 @@

6

lib/ddp-client.js

@@ -444,7 +444,3 @@ "use strict";

// match Meteor call syntax
if (!params) {
params = [];
} else {
params = Array.prototype.slice.call(arguments, 1);
}
params = Array.prototype.slice.call(arguments, 1);

@@ -451,0 +447,0 @@ return this.apply.apply(this, [name, params, updatedCallback]);

{
"name": "xolvio-ddp",
"version": "0.11.1",
"version": "0.11.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