
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
posecode-share
Advanced tools
Encode/decode .posecode documents to URL-safe share tokens — the distribution primitive for Posecode permalinks and embeds.
Encodes and decodes .posecode documents to URL-safe share tokens: the
distribution primitive behind Posecode playground
permalinks and embeds. Pure, dependency-free.
npm install posecode-share
import { buildShareHash, readShareHash } from "posecode-share";
const hash = buildShareHash(myPosecodeSource); // "#doc=…"
const link = `https://posecode.org/play${hash}`;
// On the receiving page:
const source = readShareHash(window.location.hash);
Apache-2.0
FAQs
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
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.