@arms/rum-miniapp
Advanced tools
Comparing version 0.0.10 to 0.0.14
@@ -16,2 +16,2 @@ "use strict";var _platform=require("./platform");exports.__esModule=!0,exports.formatNumber=formatNumber,exports.getCurrentTime=getCurrentTime;/** | ||
* @returns | ||
*/function getCurrentTime(a){var b=(0,_platform.getPerformance)();return b&&b.timeOrigin&&b.now?Math.round(b.timeOrigin+(a?a:b.now())):Date.now()} | ||
*/function getCurrentTime(a){var b=(0,_platform.getPerformance)(),c=0;return b&&b.timeOrigin&&b.now&&(c=Math.round(b.timeOrigin+(a?a:b.now()))),1e12>c&&(c=new Date().getTime()),c} |
{ | ||
"name": "@arms/rum-miniapp", | ||
"version": "0.0.10", | ||
"version": "0.0.14", | ||
"description": "arms rum javascript sdk for miniapp", | ||
@@ -21,3 +21,2 @@ "author": "guangli.fj <guangli.fj@alibaba-inc.com>", | ||
"build": "build-scripts build", | ||
"prepublishOnly": "npm run build", | ||
"test": "node ./__tests__/@arms/miniapp.test.js" | ||
@@ -30,4 +29,3 @@ }, | ||
"typescript": "^4.9.4" | ||
}, | ||
"homepage": "https://unpkg.com/@arms/rum-miniapp@0.0.10/build/index.html" | ||
} | ||
} |
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
No website
QualityPackage does not have a website.
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
33923