@ludens-reklame/profiler-client
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -24,2 +24,3 @@ interface Opts { | ||
htmlQuerySelector: string | null; | ||
htmlPlacement: string | null; | ||
} | ||
@@ -26,0 +27,0 @@ declare class Profiler { |
@@ -145,3 +145,4 @@ "use strict"; | ||
elem = elems[j]; | ||
elem.insertAdjacentHTML('beforeend', ps.html); | ||
//@ts-ignore How to fix this? | ||
elem.insertAdjacentHTML(ps.htmlPlacement || 'beforeend', ps.html); | ||
} | ||
@@ -148,0 +149,0 @@ } |
{ | ||
"name": "@ludens-reklame/profiler-client", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Profiler for all", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
15032
248