
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.
@urbit/aura
Advanced tools
Hoon literal syntax parsing and rendering. Approaching two nines of parity with hoon stdlib.
@urbit/auraHoon literal syntax parsing and rendering. Approaching two nines of parity with hoon stdlib.
Supports all standard auras (except @dr and @uc).
Atoms are native bigints. Top-level library functions reflect the hoon stdlib. Aliases are provided for your comfort. Summary of exports below.
const parse = slav;
const tryParse = slaw;
function valid(:aura, :string): boolean;
function slav(:aura, :string): bigint; // throws on failure
function slaw(:aura, :string): bigint | null;
function nuck(:string): coin | null;
const render = scot;
function scot(:aura, :bigint): string;
function rend(:coin): string;
We provide some utilities for desirable operations on specific auras. These too generally match their hoon stdlib equivalents.
const da = {
function toUnix(:bigint): number,
function fromUnix(:number): bigint,
};
const p = {
type rank = 'czar' | 'king' | 'duke' | 'earl' | 'pawn',
type size = 'galaxy' | 'star' | 'planet' | 'moon' | 'comet',
function cite(:bigint | string): string,
function sein(:bigint): bigint,
function sein(:string): string, // throws on bad input
function clan(:bigint | string): rank, // throws on bad input
function kind(:bigint | string): size, // throws on bad input
function rankToSize(:rank): size,
function sizeToRank(:size): rank,
};
FAQs
Hoon literal syntax parsing and rendering. Approaching two nines of parity with hoon stdlib.
The npm package @urbit/aura receives a total of 171 weekly downloads. As such, @urbit/aura popularity was classified as not popular.
We found that @urbit/aura demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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.