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

80

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

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

"is-lite": "^0.8.1",
"nested-property": "^4.0.0",
"react-floater": "^0.7.3",
"react-floater": "^0.8.0",
"react-is": "^16.13.1",
"scroll": "^3.0.1",
"scrollparent": "^2.0.1",
"tree-changes": "^0.7.1"
"tree-changes": "^0.8.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.8",
"@babel/plugin-proposal-do-expressions": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-pipeline-operator": "^7.15.0",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@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/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@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": "^6.0.2",
"@types/react": "^16.14.2",
"@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-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.5",
"babel-jest": "^27.4.5",
"babel-plugin-array-includes": "^2.0.3",

@@ -80,5 +79,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.30001265",
"caniuse-lite": "^1.0.30001291",
"cross-env": "^7.0.3",
"dtslint": "^4.1.6",
"dtslint": "^4.2.1",
"enzyme": "^3.11.0",

@@ -91,16 +90,16 @@ "enzyme-adapter-react-16": "^1.15.6",

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

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

"rimraf": "^3.0.2",
"rollup": "^2.58.0",
"rollup": "^2.61.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"size-limit": "^6.0.1",
"typescript": "^4.4.3"
"size-limit": "^7.0.4",
"typescript": "^4.5.4"
},

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

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

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

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