Socket
Socket
Sign inDemoInstall

@tinypudding/puddy-lib

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinypudding/puddy-lib - npm Package Compare versions

Comparing version 1.1.24 to 1.1.25

2

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

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

@@ -8,2 +8,7 @@ module.exports = function (socket, ioCache, token) {

// Create Users Cache
if (!ioCache.users) { ioCache.users = {}; }
if (!ioCache.ids) { ioCache.ids = {}; }
if (typeof ioCache.totalUsers !== "number") { ioCache.totalUsers = 0; }
// User Data

@@ -10,0 +15,0 @@ if (!ioCache.users[user.id]) {

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