🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@prerenderbuddy/cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prerenderbuddy/cli - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+1
-1
package.json
{
"name": "@prerenderbuddy/cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "Open-source crawler-readability and discovery-file diagnostics for public websites.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/kopachlager/prerenderbuddy-cli#readme",

# Prerender Buddy CLI
[![npm version](https://img.shields.io/npm/v/%40prerenderbuddy%2Fcli?label=npm)](https://www.npmjs.com/package/@prerenderbuddy/cli)
[![GitHub release](https://img.shields.io/github/v/release/kopachlager/prerenderbuddy-cli?label=release)](https://github.com/kopachlager/prerenderbuddy-cli/releases)
[![CI](https://github.com/kopachlager/prerenderbuddy-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/kopachlager/prerenderbuddy-cli/actions/workflows/ci.yml)
[![license](https://img.shields.io/npm/l/%40prerenderbuddy%2Fcli)](./LICENSE)
[![Node.js](https://img.shields.io/node/v/%40prerenderbuddy%2Fcli)](./package.json)
Open-source diagnostics for checking what public websites return to crawlers.

@@ -98,2 +104,18 @@

### GitHub Actions
Copy [`examples/github-actions/crawler-readability.yml`](https://github.com/kopachlager/prerenderbuddy-cli/blob/main/examples/github-actions/crawler-readability.yml)
into the target repository as `.github/workflows/crawler-readability.yml`, then replace
`https://example.com` with the production URL.
The example:
- checks crawler-readable HTML as Googlebot;
- compares browser-style and GPTBot responses;
- validates `robots.txt`, `sitemap.xml`, and `llms.txt`;
- fails only on critical findings by default;
- pins the CLI version so updates are reviewed deliberately.
Run the workflow on pull requests, manually, or adapt its triggers to the deployment process.
## Safety and privacy

@@ -100,0 +122,0 @@