
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@sissijs/smolyaml
Advanced tools
SmolYAML implements a small minimalistic subset of the YAML specification.
SmolYAML is a minimalistic parser for YAML-like data.
YAML is a complex spec.
An npm install yaml weighs about 100kb of minified JavaScript.
SmolYAML is used in a static site generator that tries tries to be as minimalistic as possible. That static site generator depends on YAML for parsing frontmatter, a block of meta data in template files. But including the full YAML implementation would quite bloat it.
SmolYAML tries to address that by implementing only a small subset of the specification. To be fair, it's an opinionated one that is (opinionatedly) considered good enough to parse frontmatter meta data.
In roughly 2KB of minified JavaScript.
npm i @sissijs/smolyaml
import { smolYAML } from '@sissijs/smolyaml';
const metadata = `
name: Lea
description: Lea is a Web Developer
age: 42
details:
frontend: She loves doing Front of the Frontend work
fullstack: But she really hates being called a fullstack developer
`
console.log(smolYAML(metadata));
FAQs
SmolYAML implements a small minimalistic subset of the YAML specification.
We found that @sissijs/smolyaml demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Research
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain