Socket
Socket
Sign inDemoInstall

yow

Package Overview
Dependencies
2
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "yow",
"version": "1.0.5",
"version": "1.0.6",
"description": "You Only Wish module",

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

@@ -15,9 +15,10 @@ # Yow

- **fileExists(path)** - Nothing fancy, it just returns true/false.
- **isType(object, type)** - Returns true/false if typeof equals 'type'
- **isType(object, type)** - Returns true/false if typeof equals 'type'.
- **isArray(object)** - Is object an array?
- **isNumber(object)** - Is object a JavaScript number object?
- **isString(object)** - Iects object a string?
- **isDate(object)** - Is object a Date object?
- **isObj(object)** - Is object an object? BTW **null** is not an object.
- **isString(object)** - Is object a string?
- **isDate(object)** - Is object a **Date** object?
- **isFunction(object)** - Is object a function?
- **isObject(object)** - Is object an object? BTW **null** is not an object.
- **choose(array)** - Returns a randomly chosen object in the specified array.
- **rand(min, max)** - Returns a random number from min to max (inclusive).
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