
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
expo-drizzle-studio-plugin
Advanced tools
Expo dev tools plugin for you to browse your Expo SQLite data with Drizzle Studio 🎉
Add Expo SQLite to your project
Install expo-drizzle-studio-plugin
npm i expo-drizzle-studio-plugin
Setup Drizzle Studio plugin
import { useDrizzleStudio } from "expo-drizzle-studio-plugin";
import * as SQLite from "expo-sqlite";
import { View } from "react-native";
const db = SQLite.openDatabaseSync("db");
export default function App() {
useDrizzleStudio(db);
return <View></View>;
}
Run and Expo app on physical device, simulator or emulator which supports Expo SQLite. Web doesn't support SQLite.
npx expo start
Open devtools menu from the terminal with "start" process and choose expo-drizzle-studio-plugin
shift + m
FAQs
Expo DevTools Plugin for Drizzle Studio
The npm package expo-drizzle-studio-plugin receives a total of 7,628 weekly downloads. As such, expo-drizzle-studio-plugin popularity was classified as popular.
We found that expo-drizzle-studio-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.