perf-deets
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -8,2 +8,8 @@ let buffer = 40000; | ||
if (process.env.NODE_ENV === 'production') { | ||
console.warning( | ||
'Warning: perf-deets loaded in production. This will cause unnecessary performance recordings' | ||
); | ||
} | ||
function last(arr) { | ||
@@ -10,0 +16,0 @@ return arr.length === 0 ? null : arr[arr.length - 1]; |
{ | ||
"name": "perf-deets", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
10866
343