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.31 to 1.0.32

2

package.json
{
"name": "yow",
"version": "1.0.31",
"version": "1.0.32",
"description": "You Only Wish module",

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

@@ -55,3 +55,14 @@

this.prequeue = function(promise) {
if (_queue.length > _limit) {
console.log('Queue too big! Truncating.');
_this.clear();
}
_queue.unshift(promise);
}
this.enqueue = function(promise) {

@@ -58,0 +69,0 @@

@@ -11,3 +11,3 @@

console.log(text);
resolve();
setTimeout(resolve, 2000);
});

@@ -14,0 +14,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