react-joyride
Advanced tools
Comparing version 2.1.1 to 2.2.0-0
140
package.json
{ | ||
"name": "react-joyride", | ||
"version": "2.1.1", | ||
"version": "2.2.0-0", | ||
"description": "Create guided tours for your apps", | ||
@@ -38,84 +38,82 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"deep-diff": "^1.0.2", | ||
"deepmerge": "^4.0.0", | ||
"deepmerge": "^4.2.2", | ||
"exenv": "^1.2.2", | ||
"is-lite": "^0.4.1", | ||
"nested-property": "^1.0.1", | ||
"react-floater": "^0.6.5", | ||
"react-is": "^16.8.6", | ||
"is-lite": "^0.6.0", | ||
"nested-property": "^1.0.2", | ||
"react-floater": "^0.7.1", | ||
"react-is": "^16.12.0", | ||
"scroll": "^3.0.1", | ||
"scroll-doc": "^0.2.1", | ||
"scrollparent": "^2.0.1", | ||
"tree-changes": "^0.4.0" | ||
"tree-changes": "^0.5.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.5.4", | ||
"@babel/plugin-proposal-class-properties": "^7.5.0", | ||
"@babel/plugin-proposal-decorators": "^7.4.4", | ||
"@babel/plugin-proposal-do-expressions": "^7.5.0", | ||
"@babel/plugin-proposal-export-default-from": "^7.5.2", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.5.2", | ||
"@babel/plugin-proposal-function-sent": "^7.5.0", | ||
"@babel/plugin-proposal-json-strings": "^7.2.0", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", | ||
"@babel/plugin-proposal-numeric-separator": "^7.2.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.2.0", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.5.0", | ||
"@babel/plugin-proposal-throw-expressions": "^7.2.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/plugin-syntax-import-meta": "^7.2.0", | ||
"@babel/plugin-transform-flow-strip-types": "^7.4.4", | ||
"@babel/plugin-transform-runtime": "^7.5.0", | ||
"@babel/preset-env": "^7.5.4", | ||
"@babel/preset-flow": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@types/react": "^16.8.23", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-decorators": "^7.7.4", | ||
"@babel/plugin-proposal-do-expressions": "^7.7.4", | ||
"@babel/plugin-proposal-export-default-from": "^7.7.4", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.7.4", | ||
"@babel/plugin-proposal-function-sent": "^7.7.4", | ||
"@babel/plugin-proposal-json-strings": "^7.7.4", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.7.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", | ||
"@babel/plugin-proposal-numeric-separator": "^7.7.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.7.5", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.7.4", | ||
"@babel/plugin-proposal-throw-expressions": "^7.7.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.7.4", | ||
"@babel/plugin-syntax-import-meta": "^7.7.4", | ||
"@babel/plugin-transform-flow-strip-types": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/preset-env": "^7.7.6", | ||
"@babel/preset-flow": "^7.7.4", | ||
"@babel/preset-react": "^7.7.4", | ||
"@size-limit/preset-big-lib": "^2.2.2", | ||
"@types/react": "^16.9.16", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^10.0.2", | ||
"babel-jest": "^24.8.0", | ||
"babel-eslint": "^10.0.3", | ||
"babel-jest": "^24.9.0", | ||
"babel-plugin-array-includes": "^2.0.3", | ||
"babel-plugin-jsx-remove-data-test-id": "^2.0.0", | ||
"babel-plugin-jsx-remove-data-test-id": "^2.1.3", | ||
"babel-plugin-transform-node-env-inline": "^0.4.3", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"bundlesize": "^0.18.0", | ||
"chalk": "^2.4.2", | ||
"cross-env": "^5.2.0", | ||
"date-fns": "^1.30.1", | ||
"dtslint": "^0.8.0", | ||
"cross-env": "^6.0.3", | ||
"dtslint": "^2.0.2", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.14.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb": "^17.1.1", | ||
"eslint-config-prettier": "^5.1.0", | ||
"enzyme-adapter-react-16": "^1.15.1", | ||
"eslint": "^6.7.2", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-flowtype": "^3.11.1", | ||
"eslint-plugin-import": "^2.18.0", | ||
"eslint-plugin-flowtype": "^4.5.2", | ||
"eslint-plugin-import": "^2.19.1", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"eslint-plugin-react": "^7.14.2", | ||
"flow-bin": "^0.102.0", | ||
"husky": "^3.0.0", | ||
"is-ci-cli": "^1.1.1", | ||
"jest": "^24.8.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"eslint-plugin-react": "^7.17.0", | ||
"flow-bin": "^0.110.0", | ||
"husky": "^3.1.0", | ||
"is-ci-cli": "^2.0.0", | ||
"jest": "^24.9.0", | ||
"jest-chain": "^1.1.2", | ||
"jest-environment-jsdom-global": "^1.2.0", | ||
"jest-enzyme": "^7.0.2", | ||
"jest-enzyme": "^7.1.2", | ||
"jest-extended": "^0.11.2", | ||
"jest-watch-typeahead": "^0.3.1", | ||
"lint-staged": "^9.2.0", | ||
"prettier": "^1.18.2", | ||
"prop-types": "^15.6.2", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.17.0", | ||
"jest-watch-typeahead": "^0.4.2", | ||
"lint-staged": "^9.5.0", | ||
"prettier": "^1.19.1", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"repo-tools": "^0.2.0", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.27.13", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.0.1", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"typescript": "^3.5.3", | ||
"yargs": "^13.2.4" | ||
"typescript": "^3.7.3" | ||
}, | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production npm run clean && rollup -c", | ||
"watch": "cross-env NODE_ENV=development rollup -cw", | ||
"build": " npm run clean && npm run build:scripts", | ||
"build:scripts": "cross-env NODE_ENV=production rollup -c", | ||
"watch": "rollup -cw", | ||
"clean": "rimraf es && rimraf lib", | ||
@@ -127,14 +125,14 @@ "lint": "eslint --ext .js --ext .jsx src test", | ||
"format": "prettier \"**/*.{js,jsx,ts,tsx}\" --write", | ||
"validate": "npm run lint && npm run test:coverage && flow && npm run build && npm run bundlesize", | ||
"bundlesize": "bundlesize", | ||
"validate": "npm run lint && npm run test:coverage && flow && npm run build && size-limit", | ||
"size": "npm run build && size-limit", | ||
"prepublishOnly": "npm run validate" | ||
}, | ||
"bundlesize": [ | ||
"size-limit": [ | ||
{ | ||
"path": "./es/index.js", | ||
"maxSize": "20 kB" | ||
"limit": "30 kB" | ||
}, | ||
{ | ||
"path": "./lib/index.js", | ||
"maxSize": "20 kB" | ||
"limit": "30 kB" | ||
} | ||
@@ -144,4 +142,4 @@ ], | ||
"hooks": { | ||
"post-merge": "node tools update", | ||
"pre-commit": "node tools upstream && lint-staged && flow" | ||
"pre-commit": "repo-tools check-remote && lint-staged && flow", | ||
"post-merge": "repo-tools install-packages" | ||
} | ||
@@ -148,0 +146,0 @@ }, |
@@ -14,3 +14,3 @@ # React Joyride | ||
**View the demo [here](https://react-joyride.com/)** | ||
**View the demo [here](https://react-joyride.com/)** (or the codesandbox [examples](https://codesandbox.io/s/github/gilbarbara/react-joyride-demo)) | ||
@@ -63,2 +63,4 @@ **Read the [docs](https://docs.react-joyride.com/)** | ||
> If you need to support legacy browsers you need to include the [scrollingelement](https://github.com/mathiasbynens/document.scrollingElement) polyfill. | ||
## Development | ||
@@ -65,0 +67,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
13
64
85
0
180595
5148
1
+ Added@gilbarbara/deep-equal@0.1.2(transitive)
+ Addedis-lite@0.6.00.8.2(transitive)
+ Addednested-property@1.0.1(transitive)
+ Addedreact-floater@0.7.9(transitive)
+ Addedtree-changes@0.5.10.9.3(transitive)
- Removedscroll-doc@^0.2.1
- Removedis-lite@0.4.1(transitive)
- Removednested-property@0.0.7(transitive)
- Removedreact-floater@0.6.5(transitive)
- Removedreact-proptype-conditional-require@1.0.4(transitive)
- Removedscroll-doc@0.2.1(transitive)
- Removedtree-changes@0.4.0(transitive)
Updateddeepmerge@^4.2.2
Updatedis-lite@^0.6.0
Updatednested-property@^1.0.2
Updatedreact-floater@^0.7.1
Updatedreact-is@^16.12.0
Updatedtree-changes@^0.5.1