
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@nodable/entities
Advanced tools
Entity parser for XML, HTML, External entites with security and NCR control
Fast, zero-dependency XML/HTML entity encoder and decoder for Node.js.
npm install @nodable/entities
import { EntityEncoder, EntityDecoder, ALL_ENTITIES } from '@nodable/entities';
// Encode: plain text → entity references
const enc = new EntityEncoder();
enc.encode('Hello © 2024 & <stuff>');
// → 'Hello © 2024 & <stuff>'
// Decode: entity references → plain text
const dec = new EntityDecoder({ namedEntities: ALL_ENTITIES });
dec.decode('Hello © 2024 & <stuff>');
// → 'Hello © 2024 & <stuff>'
| encode | decode | |
|---|---|---|
entities (npm) | 3.65 M req/s | 1.76 M req/s |
@nodable/entities | 3.33 M req/s | 5.19 M req/s |
MIT
FAQs
Entity parser for XML, HTML, External entites with security and NCR control
The npm package @nodable/entities receives a total of 30,657,612 weekly downloads. As such, @nodable/entities popularity was classified as popular.
We found that @nodable/entities demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.