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.1.0 to 2.1.1

8

package.json
{
"name": "react-joyride",
"version": "2.1.0",
"version": "2.1.1",
"description": "Create guided tours for your apps",

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

"exenv": "^1.2.2",
"is-lite": "^0.4.0",
"is-lite": "^0.4.1",
"nested-property": "^1.0.1",
"react-floater": "^0.6.4",
"react-floater": "^0.6.5",
"react-is": "^16.8.6",

@@ -111,3 +111,3 @@ "scroll": "^3.0.1",

"rimraf": "^2.6.3",
"rollup": "^1.16.7",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",

@@ -114,0 +114,0 @@ "rollup-plugin-commonjs": "^10.0.1",

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

next: () => void;
open: () => void;
prev: () => void;

@@ -48,2 +49,3 @@ reset: (restart: boolean) => void;

next?: React.ReactNode;
open?: React.ReactNode;
skip?: React.ReactNode;

@@ -50,0 +52,0 @@ }

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