Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dosgato/templating

Package Overview
Dependencies
Maintainers
2
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dosgato/templating - npm Package Compare versions

Comparing version 0.0.28 to 0.0.29

4

dist/apitemplate.d.ts

@@ -1,2 +0,2 @@

import { PageRecord, ComponentData, PageData } from './component.js';
import { PageRecord, ComponentData } from './component.js';
import { LinkDefinition } from './links.js';

@@ -69,3 +69,3 @@ export declare type APITemplateType = 'page' | 'component' | 'data';

*/
validate?: (data: ComponentData, query: <T>(query: string, variables?: any) => Promise<T>, page: PageData, path: string) => Promise<ValidationFeedback[]>;
validate?: (data: ComponentData, query: <T>(query: string, variables?: any) => Promise<T>, page: PageRecord, path: string) => Promise<ValidationFeedback[]>;
/**

@@ -72,0 +72,0 @@ * Hard-coded properties that may be set on page templates to influence the rendering of

{
"name": "@dosgato/templating",
"version": "0.0.28",
"version": "0.0.29",
"description": "A library to support building templates for dosgato CMS.",

@@ -5,0 +5,0 @@ "type": "module",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc