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.4.5 to 0.4.6

8

CHANGELOG.md

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

0.4.6 - 2014-04-28
- Return id used when calling subscribe method
0.4.5 - 2014-04-24
- Fix login with password method to return login token
0.4.4 - 2014-02-09

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

2

lib/ddp-client.js

@@ -332,2 +332,4 @@ var WebSocket = require('faye-websocket'),

self._send({msg: 'sub', id: id, name: name, params: params});
return id;
};

@@ -334,0 +336,0 @@

5

package.json
{
"name": "ddp",
"version": "0.4.5",
"version": "0.4.6",
"description": "Node.js module to connect to servers using DDP protocol.",

@@ -32,4 +32,3 @@ "author": "Tom Coleman <tom@thesnail.org> (http://tom.thesnail.org)",

"sinon": "1.7.x",
"rewire": "1.1.x",
"meteor-ejson": ">=0.6.3"
"rewire": "1.1.x"
},

@@ -36,0 +35,0 @@ "scripts": {

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