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.31 to 0.0.32

6

dist/apitemplate.d.ts

@@ -99,5 +99,7 @@ import { PageRecord, ComponentData, DataData, PageData } from './component.js';

/**
* Data template implementations receive the dataId so they can self-reference in queries.
* Data template implementations receive the id of the dataroot the data is/will be inside,
* as well as the folder id (if applicable) and their own id. Keep in mind dataId will be
* null when it is a creation operation.
*/
validate?: (data: ComponentData, query: GraphQLQueryFn, dataId: string) => Promise<ValidationFeedback[]>;
validate?: (data: ComponentData, query: GraphQLQueryFn, dataRootId: string, dataFolderId?: string, dataId?: string) => Promise<ValidationFeedback[]>;
migrations: DataMigration[];

@@ -104,0 +106,0 @@ }

{
"name": "@dosgato/templating",
"version": "0.0.31",
"version": "0.0.32",
"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