Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@gohike.nl/react-redirection
Advanced tools
Redirection is a plugin in wordpress that handles redirects.
This package is for handling redirects using a headless wordpress template.
You can use the packages by importing {Link}
from "react-redirection"
It's a React component, so you can just pass down the things you need as a prop.
:white_check_mark:
import { Link } from "@hike/react-redirection";
const App = (data) => (
<Link
uri={data?.uri}
url={data?.url}
title={data?.title}
target={data?.target}
>
Link
</Link>
);
export default App;
Currently we support:
Up and coming:
Never going to be supported:
Redirect to random post
URL and cookie
URL and user agent
URL and login status
URL and referrer
URL and IP
URL and custom filter
FAQs
redirection tool for react
The npm package @gohike.nl/react-redirection receives a total of 0 weekly downloads. As such, @gohike.nl/react-redirection popularity was classified as not popular.
We found that @gohike.nl/react-redirection 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.