New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ddp-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddp-analyzer

Very Simple DDP Proxy which logs DDP messages

0.3.0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Meteor DDP Analyzer

Very Simple DDP Proxy which logs DDP messages

Read more on: Discover Meteor DDP in Realtime

Discover Meteor DDP in Realtime

Installation

npm install -g ddp-analyzer

Start DDP Analyzer Proxy

ddp-analyzer-proxy

Start Meteor App

You need to either start your Meteor App with few configurations

export DDP_DEFAULT_CONNECTION_URL=http://localhost:3030
meteor

or just open http://localhost:3030 from browser.

Now, open your app in the browser and you'll see DDP logs dumped by ddp-analyzer-proxy

FAQs

Package last updated on 07 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts