Comparing version 4.0.11 to 4.0.12
{ | ||
"name": "0x", | ||
"version": "4.0.11", | ||
"version": "4.0.12", | ||
"description": "🔥 single-command flamegraph profiling 🔥", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ 'use strict' | ||
class='db overflow-y-scroll overflow-x-hidden relative' | ||
style='padding-left: 5%; padding-right: 5%; height: calc(100% - 66px)' | ||
style='padding-left: 5%; padding-right: 5%; height: calc(100vh - 66px)' | ||
> | ||
@@ -9,0 +9,0 @@ </chart> |
'use strict' | ||
module.exports = (render) => ({colors, enableOptUnopt}) => render` | ||
<div id=key class='absolute dn db-l' style="top: 0.5em; right: 234px;"> | ||
<div id=key class='fr dn db-l mr1'> | ||
<div class='fl' style="margin-right: 5px;">cold</div> | ||
@@ -6,0 +6,0 @@ <div class='fl' style="background: ${colors[0]}; height: 20px; width: 20px; margin-right: 5px;"></div> |
@@ -7,3 +7,3 @@ 'use strict' | ||
const search = render` | ||
<input type="search" placeholder="search functions" class='absolute right-0 top-0 mt2 f5 mr1'> | ||
<input type="search" placeholder="search functions" class='fr f5 mr1'> | ||
` | ||
@@ -10,0 +10,0 @@ search.addEventListener('keydown', debounce(({ target }) => action({type: 'key', value: target.value}), 150)) |
'use strict' | ||
module.exports = (render) => (action) => render` | ||
<div class='absolute dn db-l' style="right: 180px;top:8px"> | ||
<button onclick=${() => action({type: 'out'})}>−</button> | ||
<button onclick=${() => action({type: 'in'})}>+</button> | ||
<div class='fr dn db-l h-100 mr1'> | ||
<button class='h-100' onclick=${() => action({type: 'out'})}>−</button> | ||
<button class='h-100' onclick=${() => action({type: 'in'})}>+</button> | ||
</div> | ||
` |
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
Network access
Supply chain riskThis module accesses the network.
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
85235
43
1669
14
7