mark-loader
Advanced tools
Comparing version 0.1.5 to 0.1.6
const path = require('path'); | ||
const markLoaderGlobal = (markName) => ( | ||
`; var __markLoaderGlobal = global || window || {}; ` | ||
`; var __markLoaderGlobal = typeof global === 'object' ? global : window;` | ||
); | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "mark-loader", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Inspect module load time with performance.measure", | ||
@@ -5,0 +5,0 @@ "main": "index.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
2964
3660