react-hotjar
Advanced tools
Comparing version 5.4.0 to 5.4.1
@@ -8,3 +8,3 @@ export module hotjar { | ||
*/ | ||
export function initialize(hjid: number, hjsv: number, debug: boolean): void; | ||
export function initialize(hjid: number, hjsv: number, debug?: boolean): void; | ||
@@ -11,0 +11,0 @@ /** |
{ | ||
"name": "react-hotjar", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "Small component to implement Hotjar into your react application", | ||
@@ -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
5355