
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@thoughtspot/react-native-embed-sdk
Advanced tools
React Native Embed SDK for Embedding Thoughtspot in your react-native mobile applications.
The React Native Embed SDK is a library that allows you to embed a Thoughtspot component in your mobile application.
The ThoughtSpot Embed SDK allows you to embed the ThoughtSpot liveboard embed experience.
Make sure you have the following peer dependencies installed:
npm
npm install @thoughtspot/react-native-embed-sdk
yarn
yarn add @thoughtspot/react-native-embed-sdk
pnpm
pnpm add @thoughtspot/react-native-embed-sdk
// NPM
import { LiveboardEmbed, AuthType, init } from '@thoughtspot/react-native-embed-sdk';
init({
thoughtSpotHost: '<%=tshost%>',
authType: AuthType.TrustedAuthTokenCookieless,
getAuthToken: async () => Token,
});
const LiveboardEmbedView = () => {
return (
<LiveboardEmbed
liveboardId={liveboardId}
/>
)
}
How to build local sdk package and test.
$ npm run build
$ npm yalc publish
Use this SDK package in your project using yalc.
$ npm yalc add sdk-folder-path
Once added this will link your sdk.
React-Native-Embed-SDK, © ThoughtSpot, Inc. 2025
FAQs
React Native Embed SDK for Embedding Thoughtspot in your react-native mobile applications.
We found that @thoughtspot/react-native-embed-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.