
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
Node Module & Browser Library for parsing, formatting and serializing URLs
In the browser, you can use UrlTool to access urltool
However in node.js, you have to use require('urltool') to access urltool
This class is used to parse and format URLs.
const url = new UrlTool.Url('http://example.com/path/to/file.html?param=value#hash')
Format the URL.
url.format()
You can use custom templates by passing it as an argument. The default template is: {protocol}://{host}/{path}/{query}{hash}. Available properties are protocol, host, path, query, hostWithoutPort, port and hash.
The protocol of the URL.
e.g.: http
The host of the URL.
If the port isn't the default port for the given protocol, it will be included.
e.g.: example.com, example.com:8080
The host of the URL ALWAYS without the port.
e.g.: example.com
The port of the URL.
e.g.: 80
The path of the URL.
e.g.: /path/to/file.html
The query of the URL.
e.g.: ?param=value
The hash of the URL.
e.g.: #hash
Parse a querystring into an object.
UrlTool.parseQuerystring('param=value¶m2=value2') // { param: 'value', param2: 'value2' }
Stringify a query object into a querystring.
UrlTool.stringifyQuerystring({ param: 'value', param2: 'value2' }) // 'param=value¶m2=value2'
FAQs
Node Module & Browser Library for parsing, formatting and serializing URLs
The npm package urltool receives a total of 11 weekly downloads. As such, urltool popularity was classified as not popular.
We found that urltool 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.