Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yow

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yow - npm Package Compare versions

Comparing version 1.0.82 to 1.0.83

2

package.json
{
"name": "yow",
"version": "1.0.82",
"version": "1.0.83",
"description": "You Only Wish module",

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

@@ -32,2 +32,6 @@

if (isFloat(arg)) {
return Math.random() * arg;
}
if (isInteger(arg)) {

@@ -37,6 +41,2 @@ return Math.floor(Math.random() * arg);

if (isFloat(arg)) {
return Math.random() * arg;
}
if (isObject(arg)) {

@@ -43,0 +43,0 @@ return arg[choose(Object.keys(arg))];

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