
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@anymud/url
Advanced tools
A comprehensive URL manipulation library, offering easy subdomain, path, host adjustments, and search parameters merging.
@anymud/url is a comprehensive library designed for URL manipulation, enabling easy adjustments to subdomains, paths, and hosts, as well as merging URL search parameters with support for replace and append modes. Optimized for modern web development, it supports ESM modules and is compatible with npm, pnpm, yarn, and bun, providing a versatile toolset for developers.
@anymud/url supports installation using npm, pnpm, yarn, or bun. It exclusively supports ESM modules. Choose your preferred package manager for installation:
npm install @anymud/url
pnpm add @anymud/url
yarn add @anymud/url
bun add @anymud/url
import { toURL } from '@anymud/url';
const url = toURL('/path', 'https://example.com');
console.log(url.href); // Outputs: "https://example.com/path"
import { setSubdomain } from '@anymud/url';
const newUrl = setSubdomain('https://example.com', 'blog');
console.log(newUrl.href); // Outputs: "https://blog.example.com"
import { mergeURLSearchParams } from '@anymud/url';
const mergedParams = mergeURLSearchParams('a=1&b=2', 'b=3&c=4', 'append');
console.log(mergedParams.toString()); // Outputs: "a=1&b=2&b=3&c=4"
We welcome contributions to @anymud/url. Whether it's submitting issues, pull requests, or suggestions, your help and feedback are invaluable in improving this library.
@anymud/url is licensed under the MIT License.
FAQs
A comprehensive URL manipulation library, offering easy subdomain, path, host adjustments, and search parameters merging.
The npm package @anymud/url receives a total of 2 weekly downloads. As such, @anymud/url popularity was classified as not popular.
We found that @anymud/url 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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.