Sign In

@answerfox/core

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@answerfox/core - npm Package Compare versions

Comparing version
0.1.1
to
0.2.0
+1
-1
dist/check.d.ts

@@ -71,3 +71,3 @@ import type { Category } from './category.js';

* rationale: 'Search and AI engines surface the title verbatim.',
* docsUrl: 'https://answerable.dev/docs/checks/A1',
* docsUrl: 'https://answerfox.dev/docs/checks/A1',
* run: ({ html }) => {

@@ -74,0 +74,0 @@ * const match = html.match(/<title>([^<]*)<\/title>/i);

@@ -16,3 +16,3 @@ /**

* rationale: 'Search and AI engines surface the title verbatim.',
* docsUrl: 'https://answerable.dev/docs/checks/A1',
* docsUrl: 'https://answerfox.dev/docs/checks/A1',
* run: ({ html }) => {

@@ -19,0 +19,0 @@ * const match = html.match(/<title>([^<]*)<\/title>/i);

{
"name": "@answerfox/core",
"version": "0.1.1",
"version": "0.2.0",
"description": "Shared types, utilities, and error classes for the Answerfox SEO toolkit.",

@@ -5,0 +5,0 @@ "license": "MIT",