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

2

dist/helphero.d.ts

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

startChecklist: (id: string) => void;
showBeacon: () => void;
hideBeacon: () => void;
};
export default function initHelpHero(appId: string): HelpHero;
export {};

4

dist/helphero.flow.js

@@ -87,5 +87,7 @@ /**

closeChecklist: () => void,
startChecklist: (id: string) => void
startChecklist: (id: string) => void,
showBeacon: () => void,
hideBeacon: () => void
};
declare export default function initHelpHero(appId: string): HelpHero;
declare export {};

@@ -18,3 +18,5 @@ (function (global, factory) {

"closeChecklist",
"startChecklist"
"startChecklist",
"showBeacon",
"hideBeacon"
];

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

{
"name": "helphero",
"version": "2.2.0",
"version": "2.3.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