You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

marko

Package Overview
Dependencies
Maintainers
7
Versions
1105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marko - npm Package Compare versions

Comparing version

to
6.0.40

2

dist/translator/visitors/placeholder.d.ts

@@ -5,2 +5,3 @@ import { types as t } from "@marko/compiler";

declare const kSiblingText: unique symbol;
declare const kSharedText: unique symbol;
declare enum SiblingText {

@@ -15,2 +16,3 @@ None = 0,

[kSiblingText]?: SiblingText;
[kSharedText]?: true;
}

@@ -17,0 +19,0 @@ }

2

package.json
{
"name": "marko",
"version": "6.0.39",
"version": "6.0.40",
"description": "Optimized runtime for Marko templates.",

@@ -5,0 +5,0 @@ "keywords": [

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