
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@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 9 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.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.