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.108 to 0.0.109

5

dist/uitemplate.d.ts

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

hideLabel?: boolean;
/**
* In case the button is irrelevant for certain pages, you may provide a function
* that uses the page data and path to decide whether to show the button.
*/
shouldAppear?: (data: PageData, path: string) => boolean;
}[];

@@ -105,0 +110,0 @@ }

2

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