New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tuhu/mp-monitor

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tuhu/mp-monitor - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

13

lib/inViewImages.js

@@ -26,9 +26,12 @@ "use strict";

var waitTask = this.waitTask;
var len = waitTask.length;
for (var i = 0; i < len; i++) {
for (var i = 0; i < waitTask.length;) {
var task = waitTask[i];
var result = task();
if (result) {
this.removeTask(i);
if (typeof task === "function") {
var result = task();
if (result) {
this.removeTask(i);
continue;
}
}
i++;
}

@@ -35,0 +38,0 @@ };

{
"name": "@tuhu/mp-monitor",
"version": "0.1.1",
"version": "0.1.2",
"main": "lib/index.js",

@@ -26,3 +26,3 @@ "types": "lib/index.d.ts",

},
"gitHead": "4c8c0b0dc2e2f2b36b2269f0610408d0d430fce1"
"gitHead": "e53a01288785579bc518b94c96538a5a04c5600f"
}
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