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 2.1.6 to 2.1.7

2

lib/es5/components/HelpController.js

@@ -217,3 +217,3 @@ "use strict";

Object.keys(__resetUserState).forEach((field) => {
if (typeof stored[field] !== undefined) {
if (typeof stored[field] !== "undefined") {
newUserState[field] = stored[field];

@@ -220,0 +220,0 @@ }

@@ -191,3 +191,3 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";

Object.keys(__resetUserState).forEach((field) => {
if (typeof stored[field] !== undefined) {
if (typeof stored[field] !== "undefined") {
newUserState[field] = stored[field];

@@ -194,0 +194,0 @@ }

{
"name": "react-dynamic-help",
"description": "React Dynamic Help - Create flows of helpful popups in your React App",
"version": "2.1.6",
"version": "2.1.7",
"repository": {

@@ -19,3 +19,4 @@ "type": "git",

"help",
"tour", "guide",
"tour",
"guide",
"popup",

@@ -22,0 +23,0 @@ "onboarding",

@@ -10,3 +10,3 @@ # react-dynamic-help

V 2.1.6 - As integrated with [online-go.com](https://online-go.com).
V 2.1.7 - As integrated with [online-go.com](https://online-go.com).

@@ -13,0 +13,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