
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@appello/web-kit
Advanced tools
Install package from npm:
npm i @appello/web-kitImport modules you need in your code:
import { useClickAway, useIntersectionObserver } from '@appello/web-kit';Each new functionality must be added to the folder and exported from the root! This is necessary to simplify the import of the necessary functionality:
import { useClickAway, useIntersectionObserver, ... } from '@appello/web-kit';If you need to create a new module, remember to add index.ts with exports.
| Hook Name | Description | Hook Documentation |
|---|---|---|
useBlobObjectUrl | Converting a Blob object to base64 encoded text | 📖 useBlobObjectUrl |
useClickAway | Hook for handling when user clicks outside element | 📖 useClickAway |
useCopyToClipboard | Hook for copying text to clipboard | 📖 useCopyToClipboard |
useDebounce | Debounces a value, delaying updates until after a specified delay | 📖 useDebounce |
useElementSize | Hook for getting element size using ResizeObserver | 📖 useElementSize |
useEventListener | Hook for handling DOM events with cleanup | 📖 useEventListener |
useGeolocation | Hook for handling geolocation API | 📖 useGeolocation |
useIdle | Hook to check user activity and idle state | 📖 useIdle |
useInfiniteScroll | Hook for implementing infinite scroll functionality | 📖 useInfiniteScroll |
useIntersectionObserver | Hook for working with IntersectionObserver API | 📖 useIntersectionObserver |
useMedia | Hook for tracking CSS media query matches | 📖 useMedia |
useNetwork | Hook for monitoring network connection status and quality | 📖 useNetwork |
useScrollLock | Hook for locking/unlocking document or element scrolling | 📖 useScrollLock |
useWindowSize | Hook for tracking window dimensions with optional debouncing | 📖 useWindowSize |
| Util Name | Description | Util Documentation |
|---|---|---|
getElement | Utility for resolving element targets (refs, functions, or elements) | 📖 getElement |
FAQs
Web kit library for a better development experience
The npm package @appello/web-kit receives a total of 110 weekly downloads. As such, @appello/web-kit popularity was classified as not popular.
We found that @appello/web-kit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.