
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.
react-buffet
Advanced tools
Collection of reusable React.js components.
Check out the demo and documentation website: https://temzasse.github.io/react-buffet/
You can also test the components locally by cloning this repo and doing the following steps:
$ cd docs
$ npm install
$ npm start
And then open localhost:3000 in a browser.
Install with npm:
$ npm install --save react-buffet
The UMD build of react-buffet is available on unpkg:
<script src="https://unpkg.com/react-buffet@0.1.0/umd/react-buffet.min.js"></script>
import React from 'react';
// Import some components
import { Tooltip, LineSpinner } from 'react-buffet';
const Example = () => {
return (
<Tooltip content="Hello World" />
<LineSpinner color="tomato" />
);
}
Check the docs for more detailed usage examples: https://temzasse.github.io/react-buffet/
The buffet is served! Enjoy your reusable React components :wink:
FAQs
Collection of reusable React components
The npm package react-buffet receives a total of 0 weekly downloads. As such, react-buffet popularity was classified as not popular.
We found that react-buffet demonstrated a not healthy version release cadence and project activity because the last version was released 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.