
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@ubrorg/location-judge
Advanced tools
位置判断
静默获取用户当前位置调用getLocation() 页面导航按钮点击时调用judgeLocation()
import { judgeLocation, getLocation } from "@ubrorg/location-judge";
// 页面导航点击事件
async handelNavigation() {
// 在当前页面编译模式入参 flag: true 可跳过位置校验,方便测试;默认为false,可不传
const isInThePark = await judgeLocation({ flag: false })
console.log(isInThePark)
}
// 静默获取当前位置
async handleGetLocation() {
const myLocation = await getLocation()
console.log(myLocation)
}
miapp newbranch
: 新建分支miapp push
: 提交代码miapp prepub
: 预发(发布 beta 版本)miapp publish
: 正式发布FAQs
The npm package @ubrorg/location-judge receives a total of 0 weekly downloads. As such, @ubrorg/location-judge popularity was classified as not popular.
We found that @ubrorg/location-judge demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.