Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-hotjar

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hotjar - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

.tool-versions

4

package.json
{
"name": "react-hotjar",
"version": "5.1.0",
"version": "5.2.0",
"description": "Small component to implement Hotjar into your react application",

@@ -24,4 +24,4 @@ "main": "index.js",

"devDependencies": {
"eslint": "8.0.1"
"eslint": "8.25.0"
}
}

@@ -1,2 +0,2 @@

module.exports = function(id, sv) {
module.exports = function(id, sv, debug=false) {
(function(h, o, t, j, a, r) {

@@ -8,3 +8,3 @@ h.hj =

};
h._hjSettings = { hjid: id, hjsv: sv };
h._hjSettings = { hjid: id, hjsv: sv, hjDebug: debug };
h._scriptPath = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;

@@ -11,0 +11,0 @@ if(!document.querySelector(

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc