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
2
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.7.1 to 0.7.2

8

lib/customer.js

@@ -25,4 +25,4 @@ 'use strict';

- `username`: (**required**) an account name for the user
- `displayName`: (**required**) name to use in application UI
- `avatarURL`: (**required**) URL to image to display as user's avatar
- `name`: (**required**) name to use in application UI
- `picture`: (**required**) URL to image to display as user's avatar
- `tags`: Array of strings to identify the user (example: `['premium', 'expired']`)

@@ -42,4 +42,4 @@ */

username: user.username,
displayName: user.displayName,
avatarURL: user.avatarURL
name: user.name,
picture: user.picture
};

@@ -46,0 +46,0 @@

{
"name": "happychat-service",
"version": "0.7.1",
"version": "0.7.2",
"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