
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@chapeaux/cpx-cookie
Advanced tools
The cpx-cookie
component is meant to be a declarative interface for getting and setting
browser cookies and parsing them in various ways. JSON and JWT parsing is built in.
npm install @chapeaux/cpx-cookie
or consume from a CDN via @chapeaux/cpx-cookie
cpx-cookie.js
file on a page prior to any event tracking that should occur<script type="module" src="path/to/@chapeaux/cpx-cookie/cpx-cookie.js"></script>
import { CPXWebSocket } from "path/to/@chapeaux/cpx-cookie/cpx-cookie.js";
<cpx-cookie action="set" key="user_data" parse="json" value="{name:'shadowman',account_id:'rh1234'}"></cpx-cookie>
<cpx-cookie action="set" key="username" value="shadowman"></cpx-cookie>
<cpx-cookie action="get" key="rhc_sso" parse="jwt" emit="token-ready"></cpx-cookie>
deno test
runner and assertions: https://deno.land/manual/testing/assertionsFAQs
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.