use-state-with-callback
Advanced tools
Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "use-state-with-callback", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "", | ||
@@ -42,8 +42,8 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/the-road-to-learn-react/use-combined-reducers.git" | ||
"url": "git+https://github.com/the-road-to-learn-react/use-state-with-callback.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/the-road-to-learn-react/use-combined-reducers/issues" | ||
"url": "https://github.com/the-road-to-learn-react/use-state-with-callback/issues" | ||
}, | ||
"homepage": "https://github.com/the-road-to-learn-react/use-combined-reducers#readme" | ||
"homepage": "https://github.com/the-road-to-learn-react/use-state-with-callback#readme" | ||
} |
@@ -5,3 +5,3 @@ # useStateWithCallback React Hook | ||
Custom hook to include a callback function for useState which was previously available for setState in class components. | ||
Custom hook to include a callback function for useState which was previously available for setState in class components. [Read more about it here.](https://www.robinwieruch.de/react-usestate-callback/) | ||
@@ -8,0 +8,0 @@ ## Installation |
@@ -6,3 +6,3 @@ module.exports = { | ||
filename: 'index.js', | ||
library: 'node-package-open-source-starter', | ||
library: 'use-state-with-callback', | ||
libraryTarget: 'umd', | ||
@@ -9,0 +9,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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
29735