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.0 to 0.1.1

2

lib/inViewImages.js

@@ -55,3 +55,3 @@ "use strict";

var image = images[i];
if (src.has(image[0])) {
if (image && src.has(image[0])) {
src.delete(image[0]);

@@ -58,0 +58,0 @@ // 最后加载完图片时间

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

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

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