
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@googlemaps/url-signature
Advanced tools
Sign a URL for Google Maps Platform requests.
Warning: It is not recommended to use this library in client side applications to avoid exposing the secret used to sign the URL.
Available via npm as the package @googlemaps/url-signature.
npm i @googlemaps/url-signature
Check out the reference documentation.
Create a signature for a Google Maps request URL or url string.
const signature = createSignature("https://example.com/some-path?foo=bar", "secret");
Returns a new URL having a signature parameter.
const signedUrl = signUrl("https://example.com/some-path?foo=bar", "secret");
signedUrl.href; // "https://example.com/some-path?foo=bar&signature=..."
Create a signature for a path and query string using Hmac SHA1.
const signature = createSignatureForPathAndQuery("/some-path?foo=bar", "secret");
Note: This is not an officially supported Google product
FAQs
Sign a URL for Google Maps Platform requests.
The npm package @googlemaps/url-signature receives a total of 633,828 weekly downloads. As such, @googlemaps/url-signature popularity was classified as popular.
We found that @googlemaps/url-signature demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.