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

marko

Package Overview
Dependencies
Maintainers
6
Versions
932
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 5.35.15 to 5.35.16

3

dist/node_modules/@internal/components-entry/index.js

@@ -142,3 +142,4 @@ "use strict";

flags |= FLAG_HAS_RENDER_BODY;
renderBody = input.renderBody = undefined;
renderBody = undefined;
if (input) input.renderBody = undefined;
}

@@ -145,0 +146,0 @@

{
"name": "marko",
"version": "5.35.15",
"version": "5.35.16",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",

@@ -68,4 +68,4 @@ "keywords": [

"dependencies": {
"@marko/compiler": "^5.37.10",
"@marko/translator-default": "^6.0.12",
"@marko/compiler": "^5.37.11",
"@marko/translator-default": "^6.0.13",
"app-module-path": "^2.2.0",

@@ -72,0 +72,0 @@ "argly": "^1.2.0",

@@ -142,3 +142,4 @@ "use strict";

flags |= FLAG_HAS_RENDER_BODY;
renderBody = input.renderBody = undefined;
renderBody = undefined;
if (input) input.renderBody = undefined;
}

@@ -145,0 +146,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