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

happychat-service

Package Overview
Dependencies
Maintainers
4
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

happychat-service - npm Package Compare versions

Comparing version 0.12.4 to 0.12.5

AUTH.md

3

lib/state/middlewares/socket-io/chatlist.js

@@ -99,5 +99,6 @@ 'use strict';

id = _ref3.id,
type = _ref3.type,
meta = _ref3.meta;
var message = { session_id: chat.id, id: id, text: text, timestamp: (0, _timestamp2.default)(), user: identityForUser(user), meta: meta };
var message = { session_id: chat.id, id: id, text: text, type: type, timestamp: (0, _timestamp2.default)(), user: identityForUser(user), meta: meta };
// all customer connections for this user receive the message

@@ -104,0 +105,0 @@ store.dispatch((0, _actions.customerInboundMessage)(chat, message, user));

{
"name": "happychat-service",
"version": "0.12.4",
"version": "0.12.5",
"description": "Socket.IO based chat server for happychat.",

@@ -5,0 +5,0 @@ "main": "index.js",

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