Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@synonymdev/react-native-slashtags
Advanced tools
:warning: This is under active development. Please use as your own risk.
An easy-to-implement React Native wrapper for Slashtags.
yarn add @synonymdev/react-native-slashtags react-native-webview
#or
npm i -s @synonymdev/react-native-slashtags react-native-webview
# iOS installation
cd ios && pod install && cd ../
import Slashtags from "@synonymdev/react-native-slashtags";
const App: () => Node = () => {
// Reference used to call all available Slashtags functions
const slashRef = useRef();
// Slashtags component must be included once in your app. Prefereably in the app root.
return (
<View>
<Slashtags
ref={slashRef}
onApiReady={() => console.log("Slashtags API ready")}
/>
<Button
title={"Self Test"}
onPress={async () => {
const res = await slashRef.current.selfTest();
alert(res);
}}
/>
</View>
);
};
cd web
yarn && yarn build
cd ../
# From root dir bundle up the web app into a javascript file (lib/src/web-interface.ts)
node post-build-bundle.js
cd example
yarn && yarn add ../lib
yarn ios
# or
yarn android
FAQs
React Native wrapper for Slashtags
The npm package @synonymdev/react-native-slashtags receives a total of 0 weekly downloads. As such, @synonymdev/react-native-slashtags popularity was classified as not popular.
We found that @synonymdev/react-native-slashtags demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.