Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Isomorphic/Univeral WHATWG URL API with some support legacy node URL API
This package is a universal wrapper for node url
and browser window.URL with support for legacy url.parse
properties in the URL instance and defaults for base to support relative urls like url.parse
. Node URL docs.
No support for querystring objects. Use URLSearchParams
.
$ npm install iso-url
const { URL, URLSearchParams, format, relative } = require('iso-url');
const url = new isoUrl('http://localhost/unicorns');
const newSearchParams = new URLSearchParams(url.searchParams);
Type: string
The absolute or relative input URL to parse. If input is relative, then base is required. If input is absolute, the base is ignored.
Type: string|URL
Default: https://localhost
in node and self.location.protocol + '//' + self.location.host
in the browser.
The base URL to resolve against if the input is not absolute.
Same as https://nodejs.org/api/url.html#url_url_format_url_options
Same as https://github.com/dominictarr/relative-url but doesn't support this syntax '//:9999'
MIT © Hugo Dias
FAQs
Isomorphic/Universal WHATWG URL API with some support legacy node URL API
The npm package iso-url receives a total of 85,728 weekly downloads. As such, iso-url popularity was classified as popular.
We found that iso-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.
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.