Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@indiebacklink/react
Advanced tools
This is a React component for [IndieBacklink.com](https://indiebacklink.com) to help you list other indie products on your site and earn money from them.
This is a React component for IndieBacklink.com to help you list other indie products on your site and earn money from them.
npm i @indiebacklink/react
Create a new boosting channel on IndieBacklink.com and get your id
(tracking ID).
Import the CSS in your Next.js _app.js
or _app.tsx
file:
import "@indiebacklink/react/assets/index.css";
import { IndieBacklink } from "@indiebacklink/react";
const App = () => {
return <IndieBacklink id="your-indiebacklink-id" />;
};
Required props:
id
: The tracking ID of your boosting channel.Optional props:
className
: Custom CSS class for the container.noBorder
: If true
, removes the border around the component.noShadow
: If true
, removes the shadow effect.noTitle
: If true
, hides the title.openSelf
: If true
, opens links in the same tab.theme
: Color theme, either light
(default) or dark
.title
: Custom title for the component (default: "Top products"
).maxProducts
: Maximum number of products to display (default: 3
, max: 10
).debug
: If true
, enables debug mode with additional console logging.You can install it with npm (don't expect much fanciness):
npm i
# or
bun i
npm run dev
# or
bun run dev
npm run build
# or
bun run build
main
to trigger a release.FAQs
This is a React component for [IndieBacklink.com](https://indiebacklink.com) to help you list other indie products on your site and earn money from them.
The npm package @indiebacklink/react receives a total of 70 weekly downloads. As such, @indiebacklink/react popularity was classified as not popular.
We found that @indiebacklink/react 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.