Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
@draftbit/core
Advanced tools
This module contains web-compatible components used by @draftbit/ui.
You should look @ @draftbit/ui
if you are just looking to use these components
in your own projects.
This module is consumed by the ui
module, which injects native dependencies
and re-export the components with those dependencies included for react-native
projects.
It is possible, but not advised, to directly consume components from this module
in your own web projects. You will have to inject your own compatible
dependencies. This is how this project is consumed internally by Draftbit to
power our builder experience. See the interfaces
folder to see what you'll
need to implement yourself.
If you're looking to contribute to components in @draftbit/ui
this is usually
the module you're looking for. Checkout @draftbit/native if you
need to add a module with a native dependency. But please open a PR to discuss
first. It's possible! There's just some gotcha's we should talk through before
you start.
@draftbit/native
can (and should) depend on this module when composing
components to create higher-order functionality, and to share interfaces. This
module should never depend on @draftbit/native
, directly or otherwise, as
that will break non-Expo toolchains that expect to be able use @draftbit/core
directly.
FAQs
Core (non-native) Components
We found that @draftbit/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.