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.30 to 1.1.31

libs/rule3.js

3

index.js

@@ -65,2 +65,5 @@ // Modules

// Rule 3
'rule3': require('./libs/rule3'),
// Version Check

@@ -67,0 +70,0 @@ 'versionCheck': require('./get/versionCheck'),

1

libs/arraySortPositions.js

@@ -1,2 +0,1 @@

module.exports = function (item, isReverse = false) {

@@ -3,0 +2,0 @@

@@ -1,4 +0,3 @@

module.exports = function (text) {
return text.replace(/\b\w/g, function (l) { return l.toUpperCase() });
};

@@ -0,8 +1,13 @@

const tinyDice = {
module.exports = {
vanilla: function(obj) {
return Number(Math.floor(Math.random() * ((obj - 1) + 1) + 1));
},
getClientVanilla: function(obj) {
return tinyDice.vanilla.toString();
}
};
};
module.exports = tinyDice;

@@ -9,3 +9,2 @@ const percentageBase = {

module.exports = percentageBase;

@@ -1,2 +0,1 @@

module.exports = async function (str, regex, asyncFn) {

@@ -3,0 +2,0 @@ const promises = [];

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc