Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dosgato/templating

Package Overview
Dependencies
Maintainers
0
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 1.1.0 to 1.1.1

9

dist/apitemplate.d.ts

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

* The component data before validation. Will be present during migration but equal to the
* data already being passed to the migration.
* data already being passed to the migration. Undefined for a new component.
*/
currentData: ComponentData;
currentData?: ComponentData;
}

@@ -69,2 +69,7 @@ export interface DataExtras {

dataId?: string;
/**
* The data before validation. Will be present during migration but equal to the
* data already being passed to the migration. Undefined for a new data entry.
*/
currentData?: DataData;
}

@@ -71,0 +76,0 @@ /**

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