
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
react-native-nitro-websockets
Advanced tools
This is a template for Nitro Modules.
Clone this repo, and change all $$*$$ names according to your nitro.json file.
Contribute a change to this template to update it for newer React Native versions.
android/: All your android-specific implementations.
build.gradle: The gradle build file. This contains four important pieces:
apply plugin: 'org.jetbrains.kotlin.android')apply from: '.../NitroFetchWebsockets+autolinking.gradle')externalNativeBuild)CMakeLists.txt: The CMake build file to build C++ code. This contains four important pieces:
NitroFetchWebsockets (same as in nitro.json)include(.../NitroFetchWebsockets+autolinking.cmake))HybridTestObjectCpp.cpp)cpp-adapter.cpp file, which autolinks all C++ HybridObjects (only HybridTestObjectCpp)src/main/java/com/margelo/nitro/nitrofetchwebsockets/: All Kotlin implementations.
NitroFetchWebsocketsPackage.kt: The react-native package. You need this because the react-native CLI only adds libraries if they have a *Package.kt file. In here, you can autolink all Kotlin HybridObjects.cpp/: All your cross-platform implementations. (only HybridTestObjectCpp.cpp)ios/: All your iOS-specific implementations.nitrogen/: All files generated by nitrogen. You should commit this folder to git.src/: The TypeScript codebase. This defines all HybridObjects and loads them at runtime.
specs/: All HybridObject types. Nitrogen will run on all *.nitro.ts files.nitro.json: The configuration file for nitrogen. This will define all native namespaces, as well as the library name.NitroFetchWebsockets.podspec: The iOS podspec build file to build the iOS code. This contains three important pieces:
nitro.json..swift or .cpp files (implementations).add_nitrogen_files(s))package.json: The npm package.json file. react-native-nitro-modules should be a peerDependency.FAQs
react-native-nitro-websockets
The npm package react-native-nitro-websockets receives a total of 47,204 weekly downloads. As such, react-native-nitro-websockets popularity was classified as popular.
We found that react-native-nitro-websockets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.