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

react-joyride

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-joyride - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

lib/scripts/Component.js

@@ -236,3 +236,3 @@ var React = require('react'),

if (s.selector.className) {
s.selector = `.${s.selector.className.replace(' ', '.')}`
s.selector = '.' + s.selector.className.replace(' ', '.');
}

@@ -239,0 +239,0 @@ }

{
"name": "react-joyride",
"version": "1.3.1",
"version": "1.3.2",
"description": "Create walkthroughs and guided tours for your apps",

@@ -5,0 +5,0 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

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