
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.
debounce-throttle
Advanced tools
debounce-throttle 是利用lodash-cli定制的只包含 debounce 和 throttle 函数的库。
在使用 lodash 库的节流函数时,感觉有 2 个问题不太友好,所以定制了只包含 debounce 和 throttle 函数的库,方便自己使用。
该定制为 UMD 的,所以支持多种引用方式
import 引入
import {debounce, throttle} from 'debounce-throttle'
require 引入
const {debounce, throttle} = require 'debounce-throttle'
定义在全局对象上
const {debounce, throttle} = window._
具体使用见lodash文档
FAQs
lodash debounce and throttle function built by lodash-cli to support UMD
The npm package debounce-throttle receives a total of 381 weekly downloads. As such, debounce-throttle popularity was classified as not popular.
We found that debounce-throttle demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.