@power-seo/react
Advanced tools
+9
-3
| { | ||
| "name": "@power-seo/react", | ||
| "version": "1.0.11", | ||
| "version": "1.0.12", | ||
| "description": "Framework-agnostic React SEO components — meta tags, Open Graph, Twitter Card, breadcrumbs, and more", | ||
@@ -40,6 +40,12 @@ "keywords": [ | ||
| "files": [ | ||
| "dist" | ||
| "dist", | ||
| "LICENSE" | ||
| ], | ||
| "engines": { | ||
| "node": ">=18.0.0", | ||
| "npm": ">=9.0.0", | ||
| "pnpm": ">=8.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "@power-seo/core": "1.0.11" | ||
| "@power-seo/core": "1.0.12" | ||
| }, | ||
@@ -46,0 +52,0 @@ "peerDependencies": { |
+12
-14
| # @power-seo/react | ||
|  | ||
|  | ||
@@ -10,3 +10,2 @@ Declarative React components for SEO meta tag management — title templates, Open Graph, Twitter Cards, canonical URLs, robots directives, hreflang, and breadcrumbs with JSON-LD, all from a single composable API that renders directly to the DOM. | ||
| [](https://socket.dev/npm/package/@power-seo/react) | ||
| [](https://github.com/CyberCraftBD/power-seo/actions) | ||
| [](https://opensource.org/licenses/MIT) | ||
@@ -34,4 +33,10 @@ [](https://www.typescriptlang.org/) | ||
|  | ||
|  | ||
| <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> | ||
| --- | ||
@@ -54,3 +59,3 @@ | ||
|  | ||
|  | ||
@@ -75,3 +80,3 @@ --- | ||
|  | ||
|  | ||
@@ -140,3 +145,3 @@ --- | ||
|  | ||
|  | ||
@@ -489,3 +494,3 @@ --- | ||
| - **Context-based defaults** — `<DefaultSEO>` uses `React.createContext` so defaults flow through the tree without prop drilling | ||
| - **DOM-targeting** — renders directly to the browser DOM; for Next.js App Router use `@power-seo/meta` instead | ||
| - **DOM-targeting** — renders directly to the browser DOM (does NOT require `react-helmet` or `react-helmet-async`); for Next.js App Router use `@power-seo/meta` instead | ||
| - **Tree-shakeable** — `"sideEffects": false` with named exports per component | ||
@@ -502,3 +507,2 @@ - **Dual ESM + CJS** — ships both formats via tsup for any bundler or `require()` usage | ||
| - 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 | ||
@@ -535,8 +539,2 @@ - Safe for SSR, Edge-adjacent, and server environments | ||
| ## Keywords | ||
| seo · react · react seo · meta tags · open graph · twitter card · breadcrumbs · react helmet alternative · nextjs · canonical url · robots meta · hreflang · breadcrumb jsonld · typescript · react 19 · vite · gatsby · noindex · declarative seo · react head | ||
| --- | ||
| ## About [CyberCraft Bangladesh](https://ccbd.dev) | ||
@@ -543,0 +541,0 @@ |
98479
0.24%542
-0.37%+ Added
- Removed
Updated