@wixc3/cross-performance
Advanced tools
Comparing version 17.0.0 to 17.2.0
@@ -1,1 +0,1 @@ | ||
module.exports = globalThis.performance || require('./index'); | ||
module.exports = globalThis.performance || require('./index'); |
@@ -28,3 +28,3 @@ const measures = new Map(); | ||
duration: this.duration, | ||
entryType: this.type | ||
entryType: this.type, | ||
}; | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "@wixc3/cross-performance", | ||
"version": "17.0.0", | ||
"version": "17.2.0", | ||
"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
3192
103