@tinypudding/puddy-lib
Advanced tools
Comparing version 1.1.25 to 1.1.26
{ | ||
"name": "@tinypudding/puddy-lib", | ||
"version": "1.1.25", | ||
"version": "1.1.26", | ||
"description": "Essential codes to run the other repositories from the Tiny Pudding Account.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,7 +30,3 @@ module.exports = function (socket, ioCache, token) { | ||
// ID Data | ||
ioCache.users[user.id].ids[socket.id] = { | ||
url: socket.request.headers.referer, | ||
socket: socket, | ||
session: null | ||
} | ||
ioCache.users[user.id].ids[socket.id] = socket; | ||
@@ -37,0 +33,0 @@ // Disconnect |
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
71837
1116