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.0.5 to 0.0.6

4

lib/monitorRequest.js

@@ -45,3 +45,7 @@ "use strict";

jgb_weapp_1.jgb.intercept("request", function (result, status, options) {
if (options === void 0) { options = {}; }
var monitorRequest = options[uniqueKey_1] || new MonitorRequest();
if (config_1.hostblackbox.some(function (burl) { return options.url.includes(burl); })) {
return;
}
switch (status) {

@@ -48,0 +52,0 @@ case "begin":

5

package.json
{
"name": "@tuhu/mp-monitor",
"version": "0.0.5",
"version": "0.0.6",
"main": "lib/index.js",

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

"typescript": "^3.7.2"
},
"gitHead": "cf4c0d07bd3517c4e7ea12c4383243f7d00a149d"
}
}
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