
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@karinjs/geturls
Advanced tools
Get all URLs in a string
The URLs will be normalized.
Do not use this for any kind of security-related validation.
Please note the known limitation. You can work around this by setting requireSchemeOrWww to true.
npm install @karinjs/geturls
import GetUrls from '@karinjs/geturls';
const text = 'Lorem ipsum dolor sit amet, //sindresorhus.com consectetuer adipiscing http://yeoman.io elit.';
GetUrls.getUrls(text);
//=> ['http://sindresorhus.com', 'http://yeoman.io']
Type: string
Type: object
All the normalize-url options in addition to:
Type: boolean
Default: false
Extract URLs that appear as query parameters in the found URLs.
Type: string[]
Default: []
Exclude URLs that match URLs in the given array.
Type: boolean
Default: false
Require URLs to have a scheme or leading www. to be considered an URL. When false, matches against a list of valid TLDs, so it will match URLs like unicorn.education.
Does not affect URLs in query parameters if using the extractFromQueryString option.
FAQs
Get all URLs in a string
We found that @karinjs/geturls 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.
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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.