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.1 to 0.12.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

0.12.2 - 2016-07-11
- Fixes subscriptions problem when there are no arguments passed to the publication
- Fixes error parsing by cucumber-js problem
0.11.2 - 2015-11-30

@@ -2,0 +7,0 @@

1

lib/ddp-client.js

@@ -160,3 +160,2 @@ "use strict";

error = new Error();
delete error.stack;
_.extend(error, data.error);

@@ -163,0 +162,0 @@ }

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