
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
react-native-nitro-thor
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: '.../NitroThor+autolinking.gradle')externalNativeBuild)CMakeLists.txt: The CMake build file to build C++ code. This contains four important pieces:
NitroThor (same as in nitro.json)include(.../NitroThor+autolinking.cmake))HybridTestObjectCpp.cpp)cpp-adapter.cpp file, which autolinks all C++ HybridObjects (only HybridTestObjectCpp)src/main/java/com/margelo/nitro/thor/: All Kotlin implementations.
NitroThorPackage.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.NitroThor.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-thor
We found that react-native-nitro-thor 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.

Security News
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.