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 2.0.0-rc.2 to 2.0.0-rc.3

15

package.json
{
"name": "react-joyride",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"description": "Create guided tours for your apps",

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

"rollup-plugin-filesize": "^5.0.1",
"rollup-plugin-node-resolve": "^4.0.0"
"rollup-plugin-node-resolve": "^4.0.0",
"yargs": "^12.0.5"
},

@@ -119,6 +120,6 @@ "scripts": {

"test": "jest --coverage",
"test:watch": "jest --watch",
"test:watch": "jest --watch --verbose",
"bundlesize": "bundlesize",
"precommit": "node tools commits && npm run lint && npm test && npm run bundlesize",
"prepublishOnly": "npm run build"
"validate": "npm run lint && npm test && flow && npm run build && npm run bundlesize",
"prepublishOnly": "npm run validate"
},

@@ -137,6 +138,6 @@ "bundlesize": [

"hooks": {
"post-merge": "node tools update && npm update",
"pre-commit": "npm run precommit"
"post-merge": "node tools update",
"pre-commit": "node tools upstream && npm run validate"
}
}
}

@@ -88,3 +88,3 @@ import React from 'react';

const { disableCloseOnEsc, debug, run, steps } = this.props;
const { start } = this.helpers;
const { start } = this.store;

@@ -267,3 +267,3 @@ if (validateSteps(steps, debug) && run) {

const { addListener, start } = this.store;
const { addListener } = this.store;

@@ -270,0 +270,0 @@ log({

@@ -128,3 +128,3 @@ import * as React from 'react';

locale?: Locale;
run: boolean;
run?: boolean;
scrollOffset?: number;

@@ -131,0 +131,0 @@ scrollToFirstStep?: boolean;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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