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.2.0 to 1.2.1

pathTracker.js

6

index.js
// @ts-ignore
const io = require("socket.io-client");
// const SConnect = require("./Services/socketConnect");
// const currentPath = require("./trash");
import useCurrentPath from "./trash";
const pathTracker = require("./pathTracker.js");
let socket = null;

@@ -58,3 +56,3 @@ let isConnectedToSocket = false;

if (isConnectedToSocket) {
const currentPath = useCurrentPath();
const currentPath = pathTracker.getCurrentPath();
if (currentPath) {

@@ -61,0 +59,0 @@ const status = await socket.emit(

@@ -7,3 +7,3 @@ {

"name": "sockettwo",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",

@@ -10,0 +10,0 @@ "scripts": {

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