@wixc3/cross-performance
Advanced tools
Comparing version 14.1.0 to 14.1.1
@@ -1,1 +0,1 @@ | ||
module.exports = window.performance; | ||
module.exports = globalThis.performance || require('./index'); |
{ | ||
"name": "@wixc3/cross-performance", | ||
"version": "14.1.0", | ||
"version": "14.1.1", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "browser": "./browser.js", |
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
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
3190