
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
[](https://www.npmjs.com/package/localsend) [](https://jsr.io/@crosscopy/localsend)
A TypeScirpt implementation of the LocalSend protocol
LocalSend provides a documentation for their protocol at https://github.com/localsend/protocol
Readme to the protocol: https://github.com/localsend/protocol/blob/main/README.md
I've seen some implementations in rust
I want to build a LocalSend integration extension for my project https://github.com/kunkunsh/kunkun
So I decided to build a TypeScript implementation of the LocalSend protocol.
# Run the sophisticated TUI with real-time device scanning
npm run tui
# or with Bun
bun src/cli-tui.tsx
# With custom port and alias
npm run tui -- --port 8080 --alias "My Device"
The TUI provides a sophisticated interface built with Ink (React for CLI) featuring:
# Run the basic menu-driven CLI
npm run cli
# With custom settings
npm run cli -- --port 8080 --alias "My Device"
Basic menu interface with:
npx localsend
# Please use a subcommand: send | receive | discover
# Examples:
# localsend send 192.168.1.100 ./file.txt
# localsend receive --saveDir ./downloads
# localsend discover --timeout 10
import {
BunServerAdapter,
NodeServerAdapter,
DenoServerAdapter,
createServerAdapter,
LocalSendServer,
LocalSendHonoServer,
LocalSendClient,
MulticastDiscovery,
HttpDiscovery
} from "localsend"
// see ./examples and src/cli.ts for how to use them
deno -A --unstable-sloppy-imports --unstable-net src/cli.ts receive -=alias deno-client
bun run src/cli.ts receive
FAQs
[](https://www.npmjs.com/package/localsend) [](https://jsr.io/@crosscopy/localsend)
The npm package localsend receives a total of 13 weekly downloads. As such, localsend popularity was classified as not popular.
We found that localsend demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.