
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

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.