
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
dudup-browser
Advanced tools
# NPM
$ npm i dudup-browser
# YARN
$ yarn add dudup-browser
import { Types } from 'dudup'
import { BrowserRequestor, BrowserUploadFile } from 'dudup-browser'
import MySender from './MySender'
/**
* (!) 注意: 这里的 MySender 指的是继承 dudup/libs/Sender
*/
export default class CustomUploader extends MySender {
constructor(options?: Types.SenderOptions) {
super(BrowserRequestor, BrowserUploadFile, options)
}
}
因为继承需要重写的函数比较多, 建议使用 Typescript 进行拓展, 否则容易错漏.
FAQs
## 安装
The npm package dudup-browser receives a total of 3 weekly downloads. As such, dudup-browser popularity was classified as not popular.
We found that dudup-browser 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.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.