New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dosgato/templating

Package Overview
Dependencies
Maintainers
2
Versions
163
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.106 to 0.0.107

14

dist/uitemplate.d.ts

@@ -42,2 +42,16 @@ import { ComponentData, PageData } from './component.js';

/**
* Sometimes it's useful for a component to have a stable but random identifier for use
* during render. For instance, to set the id on an HTML element for reference by other
* components or code.
*
* If your component has a dialog, dosgato-dialog has a <FieldIdentifier> component for this;
* it's invisible but either creates or maintains a random string.
*
* If your component has no dialog but still needs an identifier, you can name a property
* here and dosgato-admin will generate one for you upon creation.
*
* For example, `randomId: 'id'` means your component data will look like `{ id: 'cym87regpk' }`
*/
randomId?: string;
/**
* Sometimes when you create a component that has areas, you want to automatically fill

@@ -44,0 +58,0 @@ * one or more areas with some default introductory content.

2

package.json
{
"name": "@dosgato/templating",
"version": "0.0.106",
"version": "0.0.107",
"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