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.138 to 0.0.139

5

dist/apitemplate.d.ts

@@ -220,4 +220,7 @@ import type { ComponentData, DataData, PageData } from './component.js';

* entry in the same folder, it will be automatically numerated.
*
* If you return undefined or an empty string, the name `item-1` will be used, which will
* then be numerated as necessary.
*/
computeName: (data: DataType) => string;
computeName: (data: DataType) => string | undefined;
}

@@ -224,0 +227,0 @@ export type APIAnyTemplate = APIComponentTemplate | APIPageTemplate | APIDataTemplate;

2

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