New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-hooks-combine

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hooks-combine - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

5

CHANGELOG.md

@@ -0,3 +1,6 @@

# 1.7.2
- Update internals and readme.md
# 1.7.1
- Update internals and README.md
- Update internals and readme.md

@@ -4,0 +7,0 @@ # 1.7.0

2

package.json
{
"version": "1.7.1",
"version": "1.7.2",
"name": "react-hooks-combine",

@@ -4,0 +4,0 @@ "description": "React hooks powered, recompose like utility belt for ladies and gentlemen.",

@@ -208,3 +208,3 @@ # React hooks combine

}, ['counterState']), // <- deps for useCallback (CHECK API TO LEARN MORE)
)
)(CounterComponent)

@@ -231,5 +231,5 @@ ```

}, ['count']), // <- deps for useCallback (CHECK API TO LEARN MORE)
)
)(CounterComponent)
```
__OR WHICHEVER YOU LIKE...__
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