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 1.1.2 to 1.1.3

6

dist/apitemplate.d.ts

@@ -271,2 +271,8 @@ import type { ComponentData, DataData, PageData } from './component.js';

computeName: (data: DataType) => string | undefined;
/**
* For some types of data, the concept of publishing will be confusing for users. In these
* cases, you can set this to true and all entries will be automatically published to latest
* on every change.
*/
nopublish: boolean;
}

@@ -273,0 +279,0 @@ export type APIAnyTemplate = APIComponentTemplate | APIPageTemplate | APIDataTemplate;

2

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