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.33 to 1.0.35

2

package.json
{
"name": "yow",
"version": "1.0.33",
"version": "1.0.35",
"description": "You Only Wish module",

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

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

var isArray = require('./yow.js').isArray;
var Queue = module.exports = function(limit) {

@@ -42,4 +44,7 @@

this.setQueue = function(queue) {
_queue = queue;
this.queue = function(queue) {
if (isArray(queue))
_queue = queue;
else
_queue = [queue];
};

@@ -46,0 +51,0 @@

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