Socket
Book a DemoInstallSign in
Socket

@clds/create-fake-event

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/create-fake-event

---

latest
Source
npmnpm
Version
0.70.2
Version published
Maintainers
1
Created
Source

@clds/create-fake-event

npm version

Installation

Install the package using Yarn:

yarn add @cld/create-fake-event

Or using npm:

npm install @cld/create-fake-event --save

Details

This package is available for components that need to raise a custom event (onChange event usually) It should be avoided if possible but for cases when there's no input element or when react doesn't allow raising change event (https://github.com/facebook/react/issues/10135) this is needed

The other solution would be to not require passing event as second onChange's argument, but it would force us to create new connectForm() function that will without events

Versioning

This library follows Semantic Versioning.

License

See LICENSE

FAQs

Package last updated on 21 Jul 2025

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