Socket
Socket
Sign inDemoInstall

@tinypudding/puddy-lib

Package Overview
Dependencies
44
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.26 to 1.1.27

2

package.json
{
"name": "@tinypudding/puddy-lib",
"version": "1.1.26",
"version": "1.1.27",
"description": "Essential codes to run the other repositories from the Tiny Pudding Account.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -30,3 +30,3 @@ module.exports = function (socket, ioCache, token) {

// ID Data
ioCache.users[user.id].ids[socket.id] = socket;
ioCache.users[user.id].ids[socket.id] = { socket: socket };

@@ -33,0 +33,0 @@ // Disconnect

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc