Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

use-state-with-callback

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-state-with-callback - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

.github/FUNDING.yml

8

package.json
{
"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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc