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.4.0-0 to 2.4.0

80

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

@@ -41,35 +41,36 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

"is-lite": "^0.8.1",
"react-floater": "^0.8.0",
"nested-property": "^4.0.0",
"react-floater": "^0.7.3",
"react-is": "^16.13.1",
"scroll": "^3.0.1",
"scrollparent": "^2.0.1",
"tree-changes": "^0.8.0"
"tree-changes": "^0.9.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.16.5",
"@babel/plugin-proposal-do-expressions": "^7.16.5",
"@babel/plugin-proposal-export-default-from": "^7.16.5",
"@babel/plugin-proposal-export-namespace-from": "^7.16.5",
"@babel/plugin-proposal-function-sent": "^7.16.5",
"@babel/plugin-proposal-json-strings": "^7.16.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
"@babel/plugin-proposal-numeric-separator": "^7.16.5",
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
"@babel/plugin-proposal-pipeline-operator": "^7.16.5",
"@babel/plugin-proposal-throw-expressions": "^7.16.5",
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.8",
"@babel/plugin-proposal-do-expressions": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-function-sent": "^7.16.7",
"@babel/plugin-proposal-json-strings": "^7.16.7",
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-proposal-pipeline-operator": "^7.17.6",
"@babel/plugin-proposal-throw-expressions": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-flow": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@size-limit/preset-big-lib": "^7.0.4",
"@types/react": "^17.0.37",
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@size-limit/preset-big-lib": "^7.0.8",
"@types/react": "^16.14.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.4.5",
"babel-jest": "^27.5.1",
"babel-plugin-array-includes": "^2.0.3",

@@ -79,3 +80,3 @@ "babel-plugin-jsx-remove-data-test-id": "^3.0.0",

"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"caniuse-lite": "^1.0.30001291",
"caniuse-lite": "^1.0.30001319",
"cross-env": "^7.0.3",

@@ -90,17 +91,17 @@ "dtslint": "^4.2.1",

"eslint-plugin-flowtype": "^6.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"flow-bin": "^0.110.1",
"husky": "^4.3.8",
"is-ci-cli": "^2.2.0",
"jest": "^27.4.5",
"jest": "^27.5.1",
"jest-enzyme": "^7.1.2",
"jest-extended": "^1.2.0",
"jest-extended": "^2.0.0",
"jest-watch-typeahead": "^1.0.0",
"lint-staged": "^12.1.3",
"prettier": "^2.5.1",
"prop-types": "^15.7.2",
"lint-staged": "^12.3.7",
"prettier": "^2.6.0",
"prop-types": "^15.8.1",
"react": "^16.14.0",

@@ -110,8 +111,8 @@ "react-dom": "^16.14.0",

"rimraf": "^3.0.2",
"rollup": "^2.61.1",
"rollup": "^2.70.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"size-limit": "^7.0.4",
"typescript": "^4.5.4"
"size-limit": "^7.0.8",
"typescript": "^4.6.2"
},

@@ -129,3 +130,4 @@ "scripts": {

"validate": "npm run lint && npm run test:coverage && flow && npm run build && npm run size",
"size": "size-limit"
"size": "size-limit",
"prepublishOnly": "npm run validate"
},

@@ -132,0 +134,0 @@ "size-limit": [

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

hideBackButton?: boolean;
hideCloseButton?: boolean;
locale?: Locale;

@@ -162,3 +163,2 @@ nonce?: string;

floaterProps?: FloaterType;
hideCloseButton?: boolean;
hideFooter?: boolean;

@@ -165,0 +165,0 @@ isFixed?: 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