
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
@frontall/capacitor-udp
Advanced tools
UDP Plugin for CapacitorJS inspired by the UDP Plugin of https://github.com/unitree-czk/capacitor-udp
UDP Plugin for CapacitorJS based on the UDP Plugin of https://github.com/unitree-czk/capacitor-udp which is no longer maintained. So a new repo to push the plugin to be suitable for CapacitorJS 3+.
npm install capacitor-udp
npx cap sync
create(...)
update(...)
setPaused(...)
bind(...)
send(...)
closeAllSockets()
close(...)
getInfo(...)
getSockets()
joinGroup(...)
leaveGroup(...)
setMulticastTimeToLive(...)
setBroadcast(...)
setMulticastLoopbackMode(...)
getJoinedGroups()
addListener(...)
addListener(...)
create(options?: { properties?: { name?: string | undefined; bufferSize?: number | undefined; } | undefined; } | undefined) => any
Param | Type |
---|---|
options | { properties?: { name?: string; bufferSize?: number; }; } |
Returns: any
update(options: { socketId: number; properties: { name?: string; bufferSize?: number; }; }) => any
Param | Type |
---|---|
options | { socketId: number; properties: { name?: string; bufferSize?: number; }; } |
Returns: any
setPaused(options: { socketId: number; paused: boolean; }) => any
Param | Type |
---|---|
options | { socketId: number; paused: boolean; } |
Returns: any
bind(options: { socketId: number; address: string; port: number; }) => any
Param | Type |
---|---|
options | { socketId: number; address: string; port: number; } |
Returns: any
send(options: { socketId: number; address: string; port: number; buffer: string; }) => any
Param | Type |
---|---|
options | { socketId: number; address: string; port: number; buffer: string; } |
Returns: any
closeAllSockets() => any
Returns: any
close(options: { socketId: number; }) => any
Param | Type |
---|---|
options | { socketId: number; } |
Returns: any
getInfo(options: { socketId: number; }) => any
Param | Type |
---|---|
options | { socketId: number; } |
Returns: any
getSockets() => any
Returns: any
joinGroup(options: { socketId: number; address: string; }) => any
Param | Type |
---|---|
options | { socketId: number; address: string; } |
Returns: any
leaveGroup(options: { socketId: number; address: string; }) => any
Param | Type |
---|---|
options | { socketId: number; address: string; } |
Returns: any
setMulticastTimeToLive(options: { socketId: number; ttl: number; }) => any
Param | Type |
---|---|
options | { socketId: number; ttl: number; } |
Returns: any
setBroadcast(options: { socketId: number; enabled: boolean; }) => any
Param | Type |
---|---|
options | { socketId: number; enabled: boolean; } |
Returns: any
setMulticastLoopbackMode(options: { socketId: number; enabled: boolean; }) => any
Param | Type |
---|---|
options | { socketId: number; enabled: boolean; } |
Returns: any
getJoinedGroups() => any
Returns: any
addListener(events: 'receive', functions: (params: { socketId: number; buffer: string; }) => void) => PluginListenerHandle
Param | Type |
---|---|
events | "receive" |
functions | (params: { socketId: number; buffer: string; }) => void |
Returns: PluginListenerHandle
addListener(events: 'receiveError', functions: (params: string) => void) => PluginListenerHandle
Param | Type |
---|---|
events | "receiveError" |
functions | (params: string) => void |
Returns: PluginListenerHandle
Prop | Type |
---|---|
remove | () => any |
FAQs
UDP Plugin for CapacitorJS inspired by the UDP Plugin of https://github.com/unitree-czk/capacitor-udp
The npm package @frontall/capacitor-udp receives a total of 116 weekly downloads. As such, @frontall/capacitor-udp popularity was classified as not popular.
We found that @frontall/capacitor-udp 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
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
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.