New:Socket for Asana Is Now Available.Learn more
Get Started

@marko/compiler

Package Overview
Dependencies
Maintainers
7
Versions
397
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marko/compiler - npm Package Compare versions

Comparing version
5.42.2
to
5.42.3
+2
-0
config.d.ts

@@ -38,2 +38,4 @@ type EntryKind = "page" | "load";

optimizeKnownTemplates?: string[];
/** Overrides the default template id (the root-relative, percent-encoded path). */
getTemplateId?(request: string): string;
cache?: Map<unknown, unknown>;

@@ -40,0 +42,0 @@ hot?: boolean;

+2
-2
{
"name": "@marko/compiler",
"version": "5.42.2",
"version": "5.42.3",
"description": "Marko template to JS compiler.",

@@ -86,3 +86,3 @@ "keywords": [

"entities": "^8.0.0",
"marko": "^5.39.36"
"marko": "^5.39.37"
},

@@ -89,0 +89,0 @@ "engines": {

Sorry, the diff of this file is too big to display