
Research
/Security News
GlassWASM: WebAssembly Malware Found in Trojanized Open VSX Extensions
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.
@youngbeen/angle-ctrl
Advanced tools
引用
import { timeCtrl } from '@youngbeen/angle-ctrl'
countDowntimeCtrl.countDown({
total: 60,
step: 1000,
tick: function,
end: function
})
timeCtrl.countDown({
total: 30,
step: 2000,
tick (data) {
console.log('ticking')
console.log(data) // { leftCount: 30 }
},
end (data) {
console.log('ticking end')
console.log(data) // { leftCount: 0 }
}
})
countUptimeCtrl.countUp({
start: 0,
total: 60,
step: 1000,
tick: function,
end: function
})
timeCtrl.countUp({
start: 10,
total: 30,
tick (data) {
console.log('ticking')
console.log(data) // { count: 10 }
},
end (data) {
console.log('ticking end')
console.log(data) // { count: 30 }
}
})
FAQs
The controllers used in angle-FE team
The npm package @youngbeen/angle-ctrl receives a total of 28 weekly downloads. As such, @youngbeen/angle-ctrl popularity was classified as not popular.
We found that @youngbeen/angle-ctrl 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
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.