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.0 to 0.8.1

2

examples/example.js

@@ -1,2 +0,2 @@

var DDPClient = require("ddp");
var DDPClient = require("../lib/ddp-client");

@@ -3,0 +3,0 @@ var ddpclient = new DDPClient({

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

DDPClient.prototype._nextId = function() {
DDPClient.prototype._getNextId = function() {

@@ -275,3 +275,3 @@ return (this._nextId += 1).toString();

var self = this;
var id = self._nextId();
var id = self._getNextId();

@@ -295,3 +295,3 @@ if (callback)

var self = this;
var id = self._nextId();
var id = self._getNextId();

@@ -316,3 +316,3 @@ if (callback)

var self = this;
var id = self._nextId();
var id = self._getNextId();

@@ -319,0 +319,0 @@ if (callback)

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