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.116 to 0.0.117

7

dist/component.d.ts

@@ -201,2 +201,9 @@ /// <reference types="node" />

/**
* When we give editors the ability to enter raw HTML, we still need to minimally process it to
* protect the rest of the page from unclosed tags and other syntax problems, but we don't want
* to muck around with headers or links, so this function will be provided by the render server
* and will only do the parsing and reconstruction part
*/
renderRawHTML: (html: string | undefined) => string;
/**
* The final phase of rendering a component is the render phase. This step is BOTTOM-UP -

@@ -203,0 +210,0 @@ * components at the bottom of the hierarchy will be rendered first, and the result of the

2

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