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

marko

Package Overview
Dependencies
Maintainers
2
Versions
936
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 2.0.4 to 2.0.5

4

CHANGELOG.md

@@ -8,2 +8,6 @@ Changelog

### 2.0.5
- Fixed #36 - Don't use `invokeBody()` in the cache taglib
### 2.0.4

@@ -10,0 +14,0 @@

2

package.json

@@ -61,3 +61,3 @@ {

},
"version": "2.0.4"
"version": "2.0.5"
}

@@ -44,4 +44,4 @@ 'use strict';

var result = out.captureString(function () {
if (input.invokeBody) {
input.invokeBody();
if (input.renderBody) {
input.renderBody(out);
}

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