
Research
/Security News
Chrome and Firefox Extensions Posing as Free VPNs Add Clipboard Stealers via Malicious Updates
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.
wasm-pack build
# build 后进入 pkg 目录
pnpm link --global
# 进入前端项目
pnpm link --global pngquant
import * as pngquant from 'pngquant'
const reader = new FileReader()
const file = // 带压缩图片文件
reader.readAsArrayBuffer(file)
reader.onload = () => {
const f = new Blob([pngquant.deflate(new Uint8Array(reader.result as ArrayBuffer))], {type: 'image/png'})
console.log(URL.createObjectURL(f))
}
FAQs
# 编译 ```bash wasm-pack build ```
The npm package @iro/tiny receives a total of 4 weekly downloads. As such, @iro/tiny popularity was classified as not popular.
We found that @iro/tiny 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
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.