react-scroll-progress-bar
Advanced tools
Comparing version 1.1.10 to 1.1.11
{ | ||
"name": "react-scroll-progress-bar", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "A scroll progress bar component for React", | ||
"main": "build/index.js", | ||
"peerDependencies": { | ||
"react": "^16.8.6" | ||
"react": "^16.12.0" | ||
}, | ||
@@ -32,14 +32,14 @@ "scripts": { | ||
"devDependencies": { | ||
"@babel/core": "^7.5.4", | ||
"@babel/preset-env": "^7.5.4", | ||
"@babel/preset-react": "^7.0.0", | ||
"webpack": "^4.35.3", | ||
"webpack-cli": "^3.3.5", | ||
"webpack-dev-server": "^3.7.2" | ||
"@babel/core": "^7.7.7", | ||
"@babel/preset-env": "^7.7.7", | ||
"@babel/preset-react": "^7.7.4", | ||
"webpack": "^4.41.4", | ||
"webpack-cli": "^3.3.10", | ||
"webpack-dev-server": "^3.10.1" | ||
}, | ||
"dependencies": { | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6" | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0" | ||
} | ||
} |
# react-scroll-progress-bar | ||
React Component for a fixed scroll progress bar. The progress bar can use the default color and height, or can be customized by any user provided height and color. | ||
@@ -3,0 +4,0 @@ |
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
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
9322
72
Updatedreact@^16.12.0
Updatedreact-dom@^16.12.0