New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-dynamic-help

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dynamic-help - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "react-dynamic-help",
"description": "React Dynamic Help - Create flows of helpful popups in your React App",
"version": "0.2.0",
"version": "0.2.1",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

# react-dynamic-help
Create flows of helpful prompts in your react application.
In contrast to the common "tour based" help libraries, which "show your user the app in action" while they click "Next",
this library is intended to pop up help for the user while _they_ use the app.
This library is intended to pop up help for the user _while they use the app_.
The app interaction is intended to be minimally intrusive in the app.
(In contrast to the common "tour based" help libraries, which "show your user the app in action" while they click "Next".)
It interacts primarily by registering elements as "help targets", and calling a callback to indicate that the target has been used.
The app interaction is intended to be minimally intrusive in the app codebase.
The app interacts primarily by registering elements as "help targets", and calling a callback to indicate that the target has been used.
Help Items and their Flows are specified in a separate JSX tree.

@@ -15,3 +16,3 @@

V 0.2.0 - Very basic implementation of the concept.
V 0.2.1 - Very basic implementation of the concept.

@@ -18,0 +19,0 @@ Demo at https://github.com/GreenAsJade/react-dynamic-help-demo

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