
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.
@spindl-xyz/embed-react
Advanced tools
npm i --save @spindl-xyz/embed-react
or yarn add @spindl-xyz/embed-react
BannerEmbed
component and utilize it in your react application
publisherId
, placementId
iframe
tag. we recommend adding width
and height
to desired dimensionsaddress
: optional string | string[]
but highly encouraged to provide more targeted embedsproperties
: optional json blob. useful to pass in extra context for user to provide more targeted embedsimport { BannerEmbed } from "@spindl-xyz/embed-react";
const Component = () => {
return (
<>
// ...
<BannerEmbed
publisherId="test" // * required
placementId="1" // * required
style={{
width: "970px",
height: "250px",
}} // * recommended to add desired width/height
address={"0x123..."} // can also be passed in an array. i.e. ["0x123", "0x456"]
properties={{
userType: "nft",
}} // optional. you can pass in JSON blob as additional context so we can provide more targeted embeds
/>
</>
);
};
FAQs
## Getting Started
The npm package @spindl-xyz/embed-react receives a total of 19 weekly downloads. As such, @spindl-xyz/embed-react popularity was classified as not popular.
We found that @spindl-xyz/embed-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
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.