Comparing version 1.2.0 to 1.2.1
// @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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3802
118