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

reactour

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactour - npm Package Compare versions

Comparing version 1.18.2 to 1.18.3

1

dist/reactour.cjs.js

@@ -1578,2 +1578,3 @@ 'use strict';

var setNodeState = function setNodeState(node, step, helper) {
if (!helper) return;
var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);

@@ -1580,0 +1581,0 @@ var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);

@@ -1563,2 +1563,3 @@ import 'focus-outline-manager';

var setNodeState = function setNodeState(node, step, helper) {
if (!helper) return;
var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);

@@ -1565,0 +1566,0 @@ var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);

2

package.json
{
"name": "reactour",
"version": "1.18.2",
"version": "1.18.3",
"description": "Tourist Guide into your React Components",

@@ -5,0 +5,0 @@ "main": "dist/reactour.cjs.js",

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