
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@bccampus/react-composite
Advanced tools
This package is still in the alpha stage and under development.
yarn add @bccampus/react-composite
# or
npm install @bccampus/react-composite
Documentation: https://bccampus.github.io/react-composite
Improve documentation
Implement an option for setting focus and navigating inside items
Reference: Keyboard Interaction - Setting Focus and Navigating Inside Cells
Decouple selection and extension features from the core functions
<CompositeContext data={{ items }} focusOptions={{}}>
<CompositeSelectionContext selectionOptions={{}}>
<CompositeExpansionContext expansionOptions={{}}>
<CompositeComponent renderRoot renderGroup renderItem />
</CompositeExpansionContext>
</CompositeSelectionContext>
</CompositeContext>
<CompositeContext data={{ items }} focusOptions={{}}>
<CompositeDragAndDropContext dragAndDropOptions={{}}>
<CompositeComponent renderRoot renderGroup renderItem />
</CompositeDragAndDropContext>
</CompositeContext>
<VirtualizedCompositeContext data={{ items }} virtualizerOptions={{}} focusOptions={{}}>
...
</VirtualCompositeContext>
FAQs
Base React component to create composite widgets
The npm package @bccampus/react-composite receives a total of 9 weekly downloads. As such, @bccampus/react-composite popularity was classified as not popular.
We found that @bccampus/react-composite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.