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.3.1 to 2.3.2

43

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

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

"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.8",
"@babel/plugin-proposal-do-expressions": "^7.14.5",

@@ -62,3 +62,3 @@ "@babel/plugin-proposal-export-default-from": "^7.14.5",

"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-pipeline-operator": "^7.14.8",
"@babel/plugin-proposal-pipeline-operator": "^7.15.0",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",

@@ -68,11 +68,11 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3",

"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-flow": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@size-limit/preset-big-lib": "^5.0.2",
"@size-limit/preset-big-lib": "^6.0.2",
"@types/react": "^16.14.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"babel-jest": "^27.2.5",
"babel-plugin-array-includes": "^2.0.3",

@@ -82,5 +82,5 @@ "babel-plugin-jsx-remove-data-test-id": "^3.0.0",

"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"caniuse-lite": "^1.0.30001248",
"caniuse-lite": "^1.0.30001265",
"cross-env": "^7.0.3",
"dtslint": "^4.1.3",
"dtslint": "^4.1.6",
"enzyme": "^3.11.0",

@@ -92,7 +92,7 @@ "enzyme-adapter-react-16": "^1.15.6",

"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^5.8.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-flowtype": "^6.1.0",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",

@@ -102,9 +102,8 @@ "flow-bin": "^0.110.1",

"is-ci-cli": "^2.2.0",
"jest": "^27.0.6",
"jest-chain": "^1.1.5",
"jest": "^27.2.5",
"jest-enzyme": "^7.1.2",
"jest-extended": "^0.11.5",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^11.1.1",
"prettier": "^2.3.2",
"jest-watch-typeahead": "^1.0.0",
"lint-staged": "^11.2.3",
"prettier": "^2.4.1",
"prop-types": "^15.7.2",

@@ -115,8 +114,8 @@ "react": "^16.14.0",

"rimraf": "^3.0.2",
"rollup": "^2.55.1",
"rollup": "^2.58.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"size-limit": "^5.0.2",
"typescript": "^4.3.5"
"size-limit": "^6.0.1",
"typescript": "^4.4.3"
},

@@ -123,0 +122,0 @@ "scripts": {

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

locale?: Locale;
nonce?: string;
showProgress?: boolean;

@@ -177,2 +178,3 @@ showSkipButton?: boolean;

run?: boolean;
scrollDuration?: number;
scrollOffset?: number;

@@ -179,0 +181,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