
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
@exodus/react-native-nft-viewer
Advanced tools
A webview for displaying an NFT in a safe container.
A react-native webview for displaying an NFT in a safe container.
Run yarn add @exodus/react-native-nft-viewer
react-native link @exodus/react-native-nft-viewer
iOS:
In Xcode, in the project navigator, right click Libraries
➜ Add Files to [your project's name]
Go to node_modules
➜ @exodus/react-native-nft-viewer
and add RNNFTViewer.xcodeproj
In Xcode, in the project navigator, select your project. Add libRNNFTViewer.a
to your project's Build Phases
➜ Link Binary With Libraries
To fix 'RNNFTViewerView.h' file not found
, you have to select your project → Build Settings → Search Paths → Header Search Paths and add:
$(SRCROOT)/../node_modules/@exodus/react-native-nft-viewer/ios
import NFTViewer from "@exodus/react-native-nft-viewer";
const () => (
<NFTViewer
html={`<h1>hello</h1>`}
/>
)
FAQs
A webview for displaying an NFT in a safe container.
The npm package @exodus/react-native-nft-viewer receives a total of 1,003 weekly downloads. As such, @exodus/react-native-nft-viewer popularity was classified as popular.
We found that @exodus/react-native-nft-viewer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.