react-hotjar
Advanced tools
Comparing version 1.0.4 to 1.0.5
10
index.js
var hotjar = require('./src/react-hotjar'); | ||
function initialize(id, sv) { | ||
hotjar(id, sv); | ||
} | ||
module.exports = { hotjar: { initialize: initialize } }; | ||
module.exports = function hj() { | ||
function _initialize(id, sv) { | ||
hotjar(id, sv); | ||
} | ||
}; |
{ | ||
"name": "react-hotjar", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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
22
130160