New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dumfunctions

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dumfunctions - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "dumfunctions",
"version": "1.0.1",
"version": "1.0.2",
"description": "A package for JS functions that should be in the main language but aren't.",

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

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

��# DummiFuncs
��# dumfunctions
Functions that should be in the JavaScript language but aren't.
## Functions
| name | params | description | comments |
| ------------ | ------------ | ------------------------------------------------------------------------ | ------------------------- |
| randomColor | hex\|rgb | get a hexidecimal or a rgb string of a randomly generated color | |
| randomNumber | min, max | get a randomly generated value between min and max value | if no max, min wil be max |
| delay | milliseconds | pause the code before continueing for a specified amount of milliseconds | this is async |
| title | string | uppercase each letter of a string to a capital letter | |
| capitalize | string | uppercase the first letter of a string | |
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