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.32 to 1.0.33

2

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

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

@@ -42,7 +42,14 @@

this.setQueue = function(queue) {
_queue = queue;
};
_this.clear = function() {
_queue = [];
_promise = undefined;
}
_this.reset = function() {
_queue = [];
}
_this.isRunning = function() {

@@ -56,2 +63,3 @@ return _promise != undefined;

this.prequeue = function(promise) {

@@ -58,0 +66,0 @@

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