
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
Distributed name server
npm install -g hypername
On one computer
hypername init my-topic
<prints-key>
On another
hypername init my-topic <key-printed-above>
Now the first computer will be able to share name=value pairs with the other one
On the first computer do
hypername set my-topic hello world
hypername sync my-topic
On the other
hypername sync my-topic --exit # exit after first change
hypername get my-topic hello # prints world
Usage:
$ hypername <command> [options]
Commands:
init <topic> Initialize a hypername database.
set <topic> <key> <value> Save a value in the store
get <topic> <key> Get a value from the store
list <topic> List all key value-pairs
sync <topic> Connect to the swarm and synchronize data
Options:
-h, --help Print usage
--no-live Exit after the first download
Examples:
$ hypername init my-topic # start hypername & print key
$ hypername set my-topic hi cat # save a key-value pair
$ hypername get my-topic hi # get a value at a key
$ hypername list my-topic # list all key-value pairs
$ hypername sync my-topic # sync hypername over the network
All data is stored in ~/.hypername/<topic>
MIT
FAQs
Distributed name server
The npm package hypername receives a total of 0 weekly downloads. As such, hypername popularity was classified as not popular.
We found that hypername demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.