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

@answerfox/templates

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

@answerfox/templates - npm Package Compare versions

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

@@ -5,3 +5,3 @@ import type { Template, TemplateName, TokenValues } from './types.js';

* matching the AUDIT-FRAMEWORK trust-page sequence (D1 → D4).
* Useful for `answerable add all` flows in the CLI.
* Useful for `answerfox add all` flows in the CLI.
*/

@@ -8,0 +8,0 @@ export declare function listTemplates(): readonly Template[];

@@ -17,3 +17,3 @@ import { renderContent } from './render.js';

* matching the AUDIT-FRAMEWORK trust-page sequence (D1 → D4).
* Useful for `answerable add all` flows in the CLI.
* Useful for `answerfox add all` flows in the CLI.
*/

@@ -20,0 +20,0 @@ export function listTemplates() {

/**
* Catalog of templates Answerfox's CLI can install. Stable string
* literals — these become the values users pass to
* `answerable add <name>`.
* `answerfox add <name>`.
*/

@@ -6,0 +6,0 @@ export type TemplateName = 'about' | 'privacy' | 'terms' | 'faq' | 'contact';

{
"name": "@answerfox/templates",
"version": "0.1.1",
"version": "0.2.0",
"description": "Page templates (About, Privacy, Terms, FAQ, Contact) for the Answerfox SEO toolkit. Installed into user projects by the CLI.",

@@ -32,3 +32,3 @@ "license": "MIT",

"dependencies": {
"@answerfox/core": "0.1.1"
"@answerfox/core": "0.2.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {