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

helphero

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helphero - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

7

dist/helphero.d.ts

@@ -60,6 +60,3 @@ declare type TourEventKind = "tour_started" | "tour_completed" | "tour_advanced" | "tour_cancelled" | "tour_interrupted" | "error";

};
declare function initHelpHero(appId: string): HelpHero;
declare namespace initHelpHero {
var default: typeof initHelpHero;
}
export default initHelpHero;
export default function initHelpHero(appId: string): HelpHero;
export {};

@@ -89,7 +89,3 @@ /**

};
declare var initHelpHero: typeof npm$namespace$initHelpHero;
declare var npm$namespace$initHelpHero: {|
(appId: string): HelpHero
|};
declare export default typeof initHelpHero;
declare export default function initHelpHero(appId: string): HelpHero;
declare export {};

@@ -59,3 +59,2 @@ (function (global, factory) {

}
initHelpHero.default = initHelpHero;

@@ -62,0 +61,0 @@ return initHelpHero;

{
"name": "helphero",
"version": "2.1.0",
"version": "2.2.0",
"description": "Offical HelpHero SDK for browsers",

@@ -5,0 +5,0 @@ "repository": "git://github.com/HelpHero/helphero-javascript.git",

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