
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
react-native-compress-nevo
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Compress local video for react native. Only for iOS, Android will be coming.
$ npm install react-native-compress --save
$ react-native link react-native-compress
Libraries
➜ Add Files to [your project's name]
node_modules
➜ react-native-compress
and add RNCompress.xcodeproj
libRNCompress.a
to your project's Build Phases
➜ Link Binary With Libraries
Cmd+R
)<android/app/src/main/java/[...]/MainActivity.java
import com.hauvo.compress.RNCompressPackage;
to the imports at the top of the filenew RNCompressPackage()
to the list returned by the getPackages()
methodandroid/settings.gradle
:
include ':react-native-compress'
project(':react-native-compress').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-compress/android')
android/app/build.gradle
:
compile project(':react-native-compress')
import RNCompress from 'react-native-compress';
// quality will be "low", "medium" or "high"
RNCompress.compressVideo(filePath, quality)
FAQs
compress
We found that react-native-compress-nevo 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
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.