You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@power-seo/core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@power-seo/core - npm Package Compare versions

Comparing version
1.0.11
to
1.0.12
+8
-2
package.json
{
"name": "@power-seo/core",
"version": "1.0.11",
"version": "1.0.12",
"description": "Framework-agnostic SEO analysis engines, types, and utilities",

@@ -40,4 +40,10 @@ "keywords": [

"files": [
"dist"
"dist",
"LICENSE"
],
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0",
"pnpm": ">=8.0.0"
},
"devDependencies": {

@@ -44,0 +50,0 @@ "rimraf": "^6.1.3",

+12
-14
# @power-seo/core
![core banner](../../image/core/banner.svg)
![core banner](https://raw.githubusercontent.com/CyberCraftBD/power-seo/main/image/core/banner.svg)

@@ -10,3 +10,2 @@ Framework-agnostic SEO utilities, types, and engines — the shared foundation of the entire @power-seo ecosystem, usable as a standalone TypeScript library that works anywhere.

[![Socket](https://socket.dev/api/badge/npm/package/@power-seo/core)](https://socket.dev/npm/package/@power-seo/core)
[![npm provenance](https://img.shields.io/badge/npm-provenance-enabled-blue)](https://github.com/CyberCraftBD/power-seo/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

@@ -16,3 +15,3 @@ [![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue)](https://www.typescriptlang.org/)

`@power-seo/core` is the foundational library shared by all 17 `@power-seo` packages. It delivers pixel-accurate meta validators, structured meta and link tag builders, URL normalization, keyword density analysis, text statistics, Open Graph and Twitter Card builders, robots directive generation, title template engines, and a token-bucket rate limiter — all in a single zero-dependency TypeScript package. Think of it as combining `next-seo`, `seo-utils`, `keyword-density`, `url-normalize`, and `text-statistics` into one unified, tree-shakeable library that runs in Next.js, Remix, Vite, vanilla Node.js, Cloudflare Workers, and Vercel Edge. All 9 utility modules are fully configurable and independently importable.
`@power-seo/core` is the foundational library shared by all 17 `@power-seo` packages. It delivers pixel-accurate meta validators, structured meta and link tag builders, URL normalization, keyword density analysis, text statistics, Open Graph and Twitter Card builders, robots directive generation, title template engines, and a token-bucket rate limiter — all in a single zero-dependency TypeScript package. Think of it as combining `next-seo`, `seo-utils`, `keyword-density`, `url-normalize`, and `text-statistics` into one unified, tree-shakeable library that runs in Next.js, Remix, Vite, vanilla Node.js, Cloudflare Workers, and Vercel Edge. All 8 utility modules are fully configurable and independently importable.

@@ -37,4 +36,10 @@ > **Zero runtime dependencies** — installs clean with nothing else to pull in.

![SEO Utilities Dashboard](../../image/core/utilities-dashboard.svg)
![SEO Utilities Dashboard](https://raw.githubusercontent.com/CyberCraftBD/power-seo/main/image/core/utilities-dashboard.svg)
<p align="left">
<a href="https://www.buymeacoffee.com/ccbd.dev" target="_blank">
<img src="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&emoji=&slug=ccbd.dev&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" />
</a>
</p>
---

@@ -60,3 +65,3 @@

![Meta Validator SERP Preview](../../image/core/meta-validator.svg)
![Meta Validator SERP Preview](https://raw.githubusercontent.com/CyberCraftBD/power-seo/main/image/core/meta-validator.svg)

@@ -85,3 +90,3 @@ ---

![Keyword Density Analysis](../../image/core/keyword-density.svg)
![Keyword Density Analysis](https://raw.githubusercontent.com/CyberCraftBD/power-seo/main/image/core/keyword-density.svg)

@@ -130,3 +135,3 @@ ---

![Text Statistics Output](../../image/core/check-results.svg)
![Text Statistics Output](https://raw.githubusercontent.com/CyberCraftBD/power-seo/main/image/core/check-results.svg)

@@ -483,3 +488,2 @@ **Validation severity levels:**

- No `eval` or dynamic code execution
- npm provenance enabled — every release is signed via Sigstore through GitHub Actions
- CI-signed builds — all releases published via verified `github.com/CyberCraftBD/power-seo` workflow

@@ -516,8 +520,2 @@ - Safe for SSR, Edge, and server environments

## Keywords
seo · meta · meta tags · open graph · twitter card · canonical url · hreflang · robots txt · pixel accurate · keyword density · url normalization · text statistics · title validator · meta builder · framework agnostic · nextjs · typescript · readability · seo utilities · zero dependency
---
## About [CyberCraft Bangladesh](https://ccbd.dev)

@@ -524,0 +522,0 @@