react-use-window-scroll
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "react-use-window-scroll", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"author": "DevBoldly <devboldly@gmail.com>", | ||
@@ -19,4 +19,5 @@ "description": "React hooks for scrolling the page to any location, or by any amount. Supports smooth scrolling.", | ||
"deploy": "gh-pages -d .docz/dist", | ||
"preship": "npm run build && git add dist && git diff-index --quiet HEAD || git commit -m \"Build, version, and publish.\" && git push && npm version patch -m \"Build, version, and publish.\"", | ||
"preship": "npm run build && git add dist && git diff-index --quiet HEAD || git commit -m \"Build, version, and publish.\" && npm version patch -m \"Build, version, and publish.\"", | ||
"ship": "npm publish --access public", | ||
"postship": "git push", | ||
"docz": "npm run docz:clean && npm run docz:dev", | ||
@@ -75,3 +76,2 @@ "docz:dev": "docz dev", | ||
"react-test-renderer": "^16.13.0", | ||
"react-use-window-scroll": "^1.0.8", | ||
"ts-jest": "^25.2.1", | ||
@@ -78,0 +78,0 @@ "ts-loader": "^6.2.1", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33
1
57558