You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

debounced-input

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debounced-input

Wait for the typing ends and invoke passed callback. lodash debounce implementation with react hooks.

1.0.2
latest
70

Supply Chain Security

100

Vulnerability

86

Quality

94

Maintenance

100

License

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created

debounced-input

Wait for the typing ends and invoke passed callback. lodash debounce implementation with react hooks.

NPM JavaScript Style Guide

Install

npm install --save debounced-input

Usage

import React, { Component } from 'react'

import MyComponent from 'debounced-input'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © v4irajvimu

FAQs

Package last updated on 29 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts