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.103 to 0.0.104

4

dist/render.d.ts

@@ -74,6 +74,6 @@ import { ContextBase, DataData, PageData, PageRecord, PageRecordOptionalData } from './component.js';

*/
resolveLink: (lnk: string | LinkDefinition, opts?: {
resolveLink: (lnk: string | LinkDefinition | undefined, opts?: {
absolute?: boolean;
extension?: string;
}) => Promise<string>;
}) => Promise<string | undefined>;
/**

@@ -80,0 +80,0 @@ * Get a link href for a page

{
"name": "@dosgato/templating",
"version": "0.0.103",
"version": "0.0.104",
"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