nanotiming
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -5,3 +5,4 @@ var onIdle = require('on-idle') | ||
var hasWindow = typeof window !== 'undefined' | ||
var disabled = hasWindow && window.localStorage.DISABLE_NANOTIMING === 'true' | ||
var hasLocalStorage = hasWindow && 'localStorage' in window | ||
var disabled = hasLocalStorage && window.localStorage.DISABLE_NANOTIMING === 'true' | ||
var perf = hasWindow && window.performance | ||
@@ -8,0 +9,0 @@ var hasPerf = perf && perf.mark |
@@ -5,3 +5,3 @@ { | ||
"repository": "yoshuawuyts/nanotiming", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "deps": "dependency-check . && dependency-check . --extra --no-dev", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5491
31
1