
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.
@lilithgames/rn-scrollview
Advanced tools
The ScrollView, extend from react-native-spring-scrollview by @bolan9999.
rn-scrollview
this._offsetY.setValue(this._offsetYValue); 能做到准确的偏移 this.listViewRef._forceUpdateContent 能做到准确偏移后的内容刷新
const rnScrollview = require('rn-scrollview');
// TODO: DEMONSTRATE API
import { NormalFooter } from "../NormalFooter";
export class ChineseNormalFooter extends NormalFooter {
getTitle() {
const s = this.state.status;
if (s === "dragging" || s === "waiting") {
return "上拉加载更多";
} else if (s === "draggingEnough") {
return "松开加载更多";
} else if (s === "loading") {
return "正在加载数据...";
} else if (s === "draggingCancel") {
return "放弃加载更多";
} else if (s === "rebound") {
return "加载完成";
} else if (s === "allLoaded") {
return "已经到底啦";
}
}
}
import {NormalHeader} from "../NormalHeader";
export class ChineseNormalHeader extends NormalHeader{
getTitle() {
const s = this.state.status;
if (s === "pulling" || s === "waiting") {
return "下拉可以刷新";
} else if (s === "pullingEnough") {
return "松开立即刷新";
} else if (s === "refreshing") {
return "正在刷新数据中...";
} else if (s === "pullingCancel") {
return "放弃刷新";
} else if (s === "rebound") {
return "刷新完成";
}
}
}
FAQs
The ScrollView, extend from react-native-spring-scrollview by @bolan9999.
We found that @lilithgames/rn-scrollview demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.