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

@flywire/react-hooks

Package Overview
Dependencies
Maintainers
10
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flywire/react-hooks - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0-beta.0

dist/typings/useIdleTimer/index.d.ts

3

dist/typings/index.d.ts
export { default as useDebounce } from './useDebounce';
export { default as useFormState } from './useFormState';
export { default as useIdleTimer } from './useIdleTimer';
export { default as useLocalStorageState } from './useLocalStorageState';
export { default as useOnClickOutside } from './useOnClickOutside';

@@ -9,2 +11,1 @@ export { default as useOnScroll } from './useOnScroll';

export { default as useValidate } from './useValidate';
export { default as useLocalStorageState } from './useLocalStorageState';
{
"name": "@flywire/react-hooks",
"version": "2.3.1",
"version": "2.4.0-beta.0",
"description": "A collection of Reacts hooks used in Flywire",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -33,2 +33,3 @@ # react-hooks &middot; [<img alt="Version" src="https://img.shields.io/npm/v/@flywire/react-hooks.svg">](https://www.npmjs.com/package/@flywire/react-hooks) [<img alt="Size" src="https://img.shields.io/bundlephobia/min/@flywire/react-hooks">](https://bundlephobia.com/result?p=@flywire/react-hooks)

- [useFormState](src/useFormState/README.md)
- [useIdleTimer](src/useIdleTimer/README.md)
- [useOnClickOutside](src/useOnClickOutside/README.md)

@@ -35,0 +36,0 @@ - [useOnScroll](src/useOnScroll/README.md)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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