@beisen/analysis-pms
Advanced tools
Comparing version 0.6.6 to 0.6.8
@@ -329,3 +329,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
production: "//opsapi.beisen.com/opsapi/AddStaticPerformanceLog", | ||
labs: "//opsapi.beisen-inc.cn/opsapi/AddStaticPerformanceLog", | ||
labs: "//opsapi.beisen.cn/opsapi/AddStaticPerformanceLog", | ||
sandbox: "//opsapi.upaas.in/opsapi/AddStaticPerformanceLog" | ||
@@ -351,3 +351,3 @@ }; | ||
production: "//opsapi.beisen.com/opsapi/AddPerformnanceLog", | ||
labs: "//opsapi.beisen-inc.cn/opsapi/AddPerformnanceLog", | ||
labs: "//opsapi.beisen.cn/opsapi/AddPerformnanceLog", | ||
sandbox: "//opsapi.upaas.in/opsapi/AddPerformnanceLog" | ||
@@ -401,4 +401,4 @@ }; | ||
sh: screen.height || 0, // scrHeight | ||
wh: window.innerHeight || 0, //winheight | ||
ww: window.innerWidth || 0 // winwidth | ||
wh: window.innerHeight || 0, // winheight | ||
ww: window.innerWidth || 0 // winwidth | ||
}; | ||
@@ -405,0 +405,0 @@ } |
@@ -12,3 +12,3 @@ "use strict"; | ||
production: "//opsapi.beisen.com/opsapi/AddPerformnanceLog", | ||
labs: "//opsapi.beisen-inc.cn/opsapi/AddPerformnanceLog", | ||
labs: "//opsapi.beisen.cn/opsapi/AddPerformnanceLog", | ||
sandbox: "//opsapi.upaas.in/opsapi/AddPerformnanceLog" | ||
@@ -15,0 +15,0 @@ }; |
@@ -12,3 +12,3 @@ "use strict"; | ||
production: "//opsapi.beisen.com/opsapi/AddStaticPerformanceLog", | ||
labs: "//opsapi.beisen-inc.cn/opsapi/AddStaticPerformanceLog", | ||
labs: "//opsapi.beisen.cn/opsapi/AddStaticPerformanceLog", | ||
sandbox: "//opsapi.upaas.in/opsapi/AddStaticPerformanceLog" | ||
@@ -15,0 +15,0 @@ }; |
@@ -40,4 +40,4 @@ 'use strict'; | ||
sh: screen.height || 0, // scrHeight | ||
wh: window.innerHeight || 0, //winheight | ||
ww: window.innerWidth || 0 // winwidth | ||
wh: window.innerHeight || 0, // winheight | ||
ww: window.innerWidth || 0 // winwidth | ||
}; | ||
@@ -44,0 +44,0 @@ } |
{ | ||
"name": "@beisen\/analysis-pms", | ||
"version": "v0.6.6", | ||
"version": "v0.6.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib\/component\/index.js", |
@@ -7,3 +7,3 @@ | ||
production: "//opsapi.beisen.com/opsapi/AddPerformnanceLog", | ||
labs: "//opsapi.beisen-inc.cn/opsapi/AddPerformnanceLog", | ||
labs: "//opsapi.beisen.cn/opsapi/AddPerformnanceLog", | ||
sandbox: "//opsapi.upaas.in/opsapi/AddPerformnanceLog" | ||
@@ -10,0 +10,0 @@ } |
@@ -7,3 +7,3 @@ | ||
production: "//opsapi.beisen.com/opsapi/AddStaticPerformanceLog", | ||
labs: "//opsapi.beisen-inc.cn/opsapi/AddStaticPerformanceLog", | ||
labs: "//opsapi.beisen.cn/opsapi/AddStaticPerformanceLog", | ||
sandbox: "//opsapi.upaas.in/opsapi/AddStaticPerformanceLog" | ||
@@ -10,0 +10,0 @@ } |
@@ -16,4 +16,4 @@ // 获取BSGlobal中参数,如用户id、租户id等 | ||
sh: screen.height || 0, // scrHeight | ||
wh: window.innerHeight || 0, //winheight | ||
ww: window.innerWidth || 0 // winwidth | ||
wh: window.innerHeight || 0, // winheight | ||
ww: window.innerWidth || 0 // winwidth | ||
} | ||
@@ -42,3 +42,3 @@ } | ||
if (!t) return {}; | ||
const { | ||
const { | ||
redirectEnd = 0, | ||
@@ -74,3 +74,3 @@ redirectStart = 0, | ||
}) | ||
} | ||
@@ -109,3 +109,3 @@ return params; | ||
if (!window.performance.getEntries) return [] | ||
let entries = window.performance.getEntries() | ||
@@ -197,3 +197,3 @@ for (let i = 0; i < entries.length; i++) { | ||
} | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
92933