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.5.0 to 3.0.1

6

dist/helphero.d.ts

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

name: string;
steps: Step[];
};

@@ -60,6 +59,7 @@ declare type TourEventInfo = {

startChecklist: (id: string) => void;
showBeacon: () => void;
hideBeacon: () => void;
setOptions: (options: {
showBeacon?: boolean;
}) => void;
};
declare function init(appId: string): HelpHero;
export default init;

@@ -26,4 +26,3 @@ /**

id: string,
name: string,
steps: Step[]
name: string
};

@@ -89,6 +88,7 @@ declare type TourEventInfo = {

startChecklist: (id: string) => void,
showBeacon: () => void,
hideBeacon: () => void
setOptions: (options: {
showBeacon?: boolean
}) => void
};
declare function init(appId: string): HelpHero;
declare export default typeof init;

@@ -19,4 +19,3 @@ (function (global, factory) {

"startChecklist",
"showBeacon",
"hideBeacon"
"setOptions"
];

@@ -23,0 +22,0 @@ var initializedAppId;

{
"name": "helphero",
"version": "2.5.0",
"version": "3.0.1",
"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