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
164
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

to
0.0.91

10

dist/component.d.ts

@@ -350,2 +350,12 @@ /// <reference types="node" />

extraClass?: string;
/**
* Edit bars and new bars are implemented as web components with shadow DOM to prevent
* page styles from leaking in to the bar styles.
*
* This means you cannot style them just by including a CSS block on the page. Instead
* you need to include the CSS block in the bar itself. This option allows you to do
* that. Give it a list of block names from any registered provider, and the blocks
* will be imported inside this bar's shadow DOM.
*/
cssBlocks?: string[];
}

@@ -352,0 +362,0 @@ export interface EditBarOpts extends BarOpts {

2

package.json
{
"name": "@dosgato/templating",
"version": "0.0.90",
"version": "0.0.91",
"description": "A library to support building templates for dosgato CMS.",

@@ -5,0 +5,0 @@ "type": "module",