Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@catamphetamine/found
Advanced tools
Extensible route-based routing for React applications.
This is a fork of the original found
package with some changes:
package.json
, moved redux
and react-redux
from dependencies
to peerDependencies
. This fixed a version conflict bug in cases when found
and the application itself used different versions of those two packages.
farce
dependency was replaced with @catamphetamine/farce
fork.
found
router ignores any navigation actions that have been dispatched before its componentDidMount()
was called. Now it exports a client-side-only onRouterReady()
function that could be used to execute code only after the router is ready to process navigation actions.
Found is a router for React applications with a focus on power and extensibility. Found uses static route configurations. This enables efficient code splitting and data fetching with nested routes. Found also offers extensive control over indicating those loading states, even for routes with code bundles that have not yet been downloaded.
Found is designed to be extremely customizable. Most pieces of Found such as the path matching algorithm and the route element resolution can be fully replaced. This allows extensions such as Found Relay to provide first-class support for different use cases.
Found uses Redux for state management and Farce for controlling browser navigation. It can integrate with your existing store and connected components.
FAQs
Extensible route-based routing for React applications
The npm package @catamphetamine/found receives a total of 183 weekly downloads. As such, @catamphetamine/found popularity was classified as not popular.
We found that @catamphetamine/found 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.