react-hotjar
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -20,3 +20,3 @@ export module hotjar { | ||
export function identify( | ||
userId: string, | ||
userId: string | null, | ||
properties: Record<string, any> | ||
@@ -23,0 +23,0 @@ ): void; |
{ | ||
"name": "react-hotjar", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "Small component to implement Hotjar into your react application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ module.exports = function(id, sv, debug=false) { | ||
} | ||
})(window, document, '//static.hotjar.com/c/hotjar-', '.js?sv='); | ||
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv='); | ||
}; |
5280