Socket
Socket
Sign inDemoInstall

server-socket-framework-jps

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

server-socket-framework-jps - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

1

dist/socket/SocketTypes.d.ts

@@ -6,2 +6,3 @@ export declare type DataMessage = {

user: string;
context?: string;
};

@@ -8,0 +9,0 @@ export declare type ChatMessage = {

2

package.json
{
"name": "server-socket-framework-jps",
"version": "0.0.1",
"version": "1.0.0",
"description": "A simple socket framework for persistent chat rooms and data messages",

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

Sorry, the diff of this file is not supported yet

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