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

marko

Package Overview
Dependencies
Maintainers
2
Versions
935
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 1.3.17 to 1.3.18

4

compiler/taglibs/taglib-loader.js

@@ -278,3 +278,3 @@ var fs ;

tagDef = JSON.parse(fs.readFileSync(tagFile, {encoding: 'utf8'}));
if (!tagDef.renderer || !tagDef.template) {
if (!tagDef.renderer && !tagDef.template) {
if (fs.existsSync(rendererFile)) {

@@ -285,3 +285,3 @@ tagDef.renderer = rendererFile;

} else {
throw new Error('Invalid tag. Neither a renderer or a template was found for tag.');
throw new Error('Invalid tag file: ' + tagFile + '. Neither a renderer or a template was found for tag.');
}

@@ -288,0 +288,0 @@ }

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

},
"version": "1.3.17"
"version": "1.3.18"
}

Sorry, the diff of this file is not supported yet

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