Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sockettwo

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sockettwo - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

3

index.js

@@ -37,4 +37,7 @@ const io = require("socket.io-client");

async function emitContent(emitBody) {
const currentRoute = window.location.pathname;
try {
const status = await socket.emit("track", emitBody, () => {
console.log("The user are in :" + currentRoute);
return "Emitted!";

@@ -41,0 +44,0 @@ });

2

package.json

@@ -6,3 +6,3 @@ {

"name": "sockettwo",
"version": "1.1.3",
"version": "1.1.4",
"main": "index.js",

@@ -9,0 +9,0 @@ "devDependencies": {},

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