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.
react-viewify
Advanced tools
The React Viewify is a react package for displaying various types of media content, including images, videos, and other multimedia sources. It offers a seamless and immersive viewing experience, making it an ideal choice for applications where media consumption is a key feature.
To use this package, all you need to do is install react-viewify
on the project you want to use.
# with npm
$ npm i react-viewify
To incorporate the React Viewify component into your React application, simply import it and pass in the media content you want to display.
import React from "react";
import { Viewify } from "react-viewify";
const App = () => {
return (
<>
<Viewify
sources={["https://placehold.co/150", "https://placehold.co/300"]}
thumbnails={["https://placehold.co/150", "https://placehold.co/300"]}
/>
</>
);
}
export default App;
MIT © Bibash Thapa Magar
FAQs
A package that simplifies the process of viewing media content.
The npm package react-viewify receives a total of 0 weekly downloads. As such, react-viewify popularity was classified as not popular.
We found that react-viewify 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
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.