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

global-input-message

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

global-input-message - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

index.js

@@ -116,6 +116,10 @@ import SocketIOClient from "socket.io-client";

const message={
client:this.client,
session:this.session,
data:data
}
this.socket.emit(this.session, JSON.stringify(message));
};
const content=JSON.stringify(message);
console.log("emiting to:"+this.session+" content:"+content);
this.socket.emit('sendToSession', content);
}

@@ -122,0 +126,0 @@ sendData(data){

{
"name": "global-input-message",
"version": "1.0.1",
"version": "1.0.2",
"description": "global input core js library",

@@ -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