
Security News
pnpm 12’s Rust Rewrite Cuts Install Times by Up to 90%
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.
@mako-spec/js
Advanced tools
JavaScript library for parsing, generating, and serving MAKO files — the open standard for LLM-optimized web content
JavaScript/TypeScript library for MAKO — the open standard for serving LLM-optimized content on the web.
.mako.md files with full TypeScript typesnpm install @mako-spec/js
import { parseMakoFile, generateMakoFile, cefEncode, cefDecode } from '@mako-spec/js';
// Parse a .mako.md file
const file = parseMakoFile(makoContent);
console.log(file.frontmatter.entity); // "Nike Air Max 90"
// Generate a .mako.md file
const output = generateMakoFile(file);
// CEF encode/decode embeddings
const encoded = cefEncode([0.1, -0.3, 0.5, ...]);
const decoded = cefDecode(encoded, 512);
import express from 'express';
import { makoMiddleware } from '@mako-spec/js/middleware/express';
const app = express();
app.use(makoMiddleware({ dir: './mako-files' }));
app.use(express.static('./html-files'));
npm run demo # Start demo server on localhost:3000
npm run benchmark # Compare HTML vs Cloudflare MD vs MAKO tokens
npm test # Run tests
Apache-2.0
FAQs
JavaScript library for parsing, generating, and serving MAKO files — the open standard for LLM-optimized web content
The npm package @mako-spec/js receives a total of 9 weekly downloads. As such, @mako-spec/js popularity was classified as not popular.
We found that @mako-spec/js 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.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.