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

use-debouncy

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-debouncy - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.5.0](https://github.com/egorAva/use-debouncy/compare/v1.4.0...v1.5.0) (2020-06-23)
### Features
* add codesandbox link ([8c8e569](https://github.com/egorAva/use-debouncy/commit/8c8e569aae0ece784a8758b8f1917fb28f270f2e))
# [1.4.0](https://github.com/egorAva/use-debouncy/compare/v1.3.0...v1.4.0) (2020-06-23)

@@ -2,0 +9,0 @@

4

package.json
{
"name": "use-debouncy",
"version": "1.4.0",
"version": "1.5.0",
"author": "Egor Avakumov",

@@ -56,3 +56,3 @@ "description": "React effect hook for debounce",

"husky": "4.2.5",
"jest": "26.0.1",
"jest": "26.1.0",
"prettier": "2.0.5",

@@ -59,0 +59,0 @@ "pretty-quick": "2.0.1",

@@ -5,4 +5,2 @@ # useDebouncy

![status](https://badgen.net/github/status/egorAva/use-debouncy/master)
![minzip](https://badgen.net/bundlephobia/minzip/use-debouncy)
![license](https://badgen.net/npm/license/use-debouncy)

@@ -15,3 +13,3 @@ ![dependents](https://badgen.net/npm/dependents/use-debouncy)

- 👌 **No dependencies.**
- 🏋️‍♀️ **Small.** <200 bytes.
- 🏋️‍♀️ **Small.** <200 bytes. [Size Limit](https://github.com/ai/size-limit) controls the size.
- 📖 **Types.** Support typescript.

@@ -50,1 +48,3 @@ - 🎣 **Easy.** Like useEffect hook.

```
### Try in [codesandbox](https://codesandbox.io/s/example-use-debouncy-ynfuq?expanddevtools=1&fontsize=14&theme=dark)
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