Socket
Socket
Sign inDemoInstall

diet-comet

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -214,3 +214,3 @@ // COMET module v0.5

for(type in comet.actions){
console.log('***', request.cookies.sid +' SUBSCRIBED FOR ' + type + '_to_' + request.cookies.sid);
console.log('***', request.comet_id +' SUBSCRIBED FOR ' + type + '_to_' + request.comet_id);
emitter.addListener(type + '_to_' + request.comet_id, cometListener);

@@ -217,0 +217,0 @@ }

{
"name" : "diet-comet",
"version": "v0.0.2",
"version": "v0.0.3",
"description": "The best COMET module for node.js",

@@ -5,0 +5,0 @@ "keywords": ["comet", "real time", "real time notifications", "notifications", "push", "real time push", "messaging", "group messaging"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc