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
163
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.0.5 to 1.0.6

6

dist/uitemplate.d.ts

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

*/
responsiveDataColumns?: ((treeWidth: number) => string[]);
responsiveDataColumns?: (treeWidth: number) => string[];
}

@@ -322,2 +322,6 @@ /**

};
trainings?: {
noEdit?: boolean;
hide?: boolean;
};
tracing?: TracingInterface;

@@ -324,0 +328,0 @@ /** Non-Awaited async call for logging interface interactions if defined.

6

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

@@ -20,4 +20,4 @@ "type": "module",

"devDependencies": {
"@types/node": "^18.7.11",
"eslint-config-standard-with-typescript": "^34.0.0",
"@types/node": "^20.10.3",
"eslint-config-standard-with-typescript": "^39.0.0",
"typescript": "^5.0.4"

@@ -24,0 +24,0 @@ },

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