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 5.0.1-beta.1 to 5.0.1-beta.3

lib/core.d.ts

14

CHANGELOG.md

@@ -0,1 +1,15 @@

## [5.0.1-beta.3](https://github.com/eavam/use-debouncy/compare/v5.0.1-beta.2...v5.0.1-beta.3) (2023-09-23)
### Bug Fixes
* update types ([242ac80](https://github.com/eavam/use-debouncy/commit/242ac805af8316528281e8174f9c139f1c708a6c))
## [5.0.1-beta.2](https://github.com/eavam/use-debouncy/compare/v5.0.1-beta.1...v5.0.1-beta.2) (2023-09-23)
### Bug Fixes
* type generation ([57f2f4c](https://github.com/eavam/use-debouncy/commit/57f2f4cc9bf7c3e69bb6a9eb9716a4bb0011695e))
## [5.0.1-beta.1](https://github.com/eavam/use-debouncy/compare/v5.0.0...v5.0.1-beta.1) (2023-09-23)

@@ -2,0 +16,0 @@

4

package.json
{
"name": "use-debouncy",
"version": "5.0.1-beta.1",
"version": "5.0.1-beta.3",
"author": "Egor Avakumov",

@@ -28,3 +28,3 @@ "description": "🌀 Small (~0.2kb) debounce effect hook for React with TypeScript support",

"lint": "eslint . --ext .js,.ts",
"build": "rollup -c --bundleConfigAsCjs",
"build": "yarn prebuild && rollup -c --bundleConfigAsCjs",
"clear": "rimraf lib",

@@ -31,0 +31,0 @@ "prebuild": "yarn clear && tsc -p tsconfig.declaration.json",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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