New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 1.3.3

lib/styles/react-joyride-compiled.css

6

lib/scripts/Component.js

@@ -231,6 +231,6 @@ var React = require('react'),

s.selector = '[data-reactid="' + s.selector.dataset.reactid + '"]';
console.warn('Deprecation warning: React 15.0 removed reactid. Update your code.');
console.warn('Deprecation warning: React 15.0 removed reactid. Update your code.'); //eslint-disable-line no-console
}
else if (s.selector.dataset) {
console.error('Unsupported error: React 15.0+ don\'t write reactid to the DOM anymore, please use a plain class in your step.', s);
console.error('Unsupported error: React 15.0+ don\'t write reactid to the DOM anymore, please use a plain class in your step.', s); //eslint-disable-line no-console
if (s.selector.className) {

@@ -359,3 +359,3 @@ s.selector = '.' + s.selector.className.replace(' ', '.');

if (/^top/.test(position)) {
if (/^top/.test(position) || state.position === 'top') {
scrollTop = Math.floor(state.yPos - props.scrollOffset);

@@ -362,0 +362,0 @@ }

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

@@ -47,2 +47,3 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

"gulp-plumber": "^1.1",
"gulp-rename": "^1.2",
"gulp-sass": "^2.2",

@@ -49,0 +50,0 @@ "jsdom": "^8.3",

@@ -52,3 +52,3 @@ React Joyride

```html
<link rel="stylesheet" href="react-joyride/lib/styles/react-joyride.css" type="text/css">
<link rel="stylesheet" href="react-joyride/lib/styles/react-joyride-compiled.css" type="text/css">
```

@@ -206,3 +206,3 @@

text: 'description',
selector: 'my-super-class,
selector: 'my-super-class',
position: 'top'

@@ -209,0 +209,0 @@ });

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