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.34 to 0.0.35

7

dist/apitemplate.d.ts

@@ -184,5 +184,5 @@ import { ComponentData, DataData, PageData } from './component.js';

}
declare type ComponentMigration = Migration<ComponentData, ComponentExtras>;
declare type PageMigration = Migration<PageData, PageExtras>;
declare type DataMigration = Migration<DataData, DataExtras>;
export declare type ComponentMigration = Migration<ComponentData, ComponentExtras>;
export declare type PageMigration = Migration<PageData, PageExtras>;
export declare type DataMigration = Migration<DataData, DataExtras>;
export declare type AnyMigration = ComponentMigration | PageMigration | DataMigration;

@@ -204,2 +204,1 @@ export declare type LinkGatheringFn = (data: any) => LinkDefinition[];

}): string[];
export {};
{
"name": "@dosgato/templating",
"version": "0.0.34",
"version": "0.0.35",
"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