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.35 to 1.0.36

2

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

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

@@ -51,10 +51,13 @@ var isArray = require('./yow.js').isArray;

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

@@ -61,0 +64,0 @@ return _promise != undefined;

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