react-hotjar
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "react-hotjar", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Small component to implement Hotjar into your react application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,8 +7,5 @@ # react-hotjar | ||
# Use | ||
import hotjar from 'react-hotjar'; | ||
# Use / Example | ||
import { hotjar } from 'react-hotjar'; | ||
hotjar.initialize(hjid, hjsv); | ||
# Example | ||
module.exports = function(id, sv) { | ||
(function(h, o, t, j, a, r) { | ||
console.log(id, sv); | ||
h.hj = | ||
@@ -5,0 +4,0 @@ h.hj || |
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
130139
21
11