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.2.0 to 5.3.0

2

index.d.ts

@@ -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=');
};
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