react-page-visibility
Advanced tools
Comparing version 4.2.0 to 5.0.0
{ | ||
"name": "react-page-visibility", | ||
"version": "4.2.0", | ||
"version": "5.0.0", | ||
"description": "Declarative, nested, stateful, isomorphic page visibility for React", | ||
"author": "Gilad Peleg <gilad@giladpeleg.com> (https://www.giladpeleg.com)", | ||
"repository": "pgilad/react-page-visibility", | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -16,5 +17,5 @@ "react", | ||
], | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.es5.js", | ||
"es2015": "dist/index.js", | ||
"main": "dist/umd/index.js", | ||
"module": "dist/es5/index.js", | ||
"es2015": "dist/es2015/index.js", | ||
"files": [ | ||
@@ -28,6 +29,6 @@ "dist", | ||
"scripts": { | ||
"build:main": "BABEL_ENV=main babel src/index.js -o dist/index.umd.js", | ||
"build:module": "BABEL_ENV=module babel src/index.js -o dist/index.es5.js", | ||
"build:es2015": "BABEL_ENV=es2015 babel src/index.js -o dist/index.js", | ||
"clean": "rm -rf dist && mkdir -p dist", | ||
"build:main": "BABEL_ENV=main babel src -d dist/umd", | ||
"build:module": "BABEL_ENV=module babel src -d dist/es5", | ||
"build:es2015": "BABEL_ENV=es2015 babel src -d dist/es2015", | ||
"clean": "rm -rf dist", | ||
"lint": "eslint src/ test/", | ||
@@ -34,0 +35,0 @@ "build": "npm run clean && npm run build:main && npm run build:module && npm run build:es2015", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34976
19
719
0