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.5 to 2.0.6

2

package.json

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

},
"version": "2.0.5"
"version": "2.0.6"
}

@@ -178,9 +178,9 @@ Marko

<ui-tabs>
<ui-tab label="Home">
<ui-tab title="Home">
Content for Home
</ui-tab>
<ui-tab label="Profile">
<ui-tab title="Profile">
Content for Profile
</ui-tab>
<ui-tab label="Messages">
<ui-tab title="Messages">
Content for Messages

@@ -1522,5 +1522,11 @@ </ui-tab>

<ui-tabs>
<ui-tab label="Overview"></ui-tab>
<ui-tab label="Language Guide"></ui-tab>
<ui-tab label="JavaScript API"></ui-tab>
<ui-tab title="Home">
Content for Home
</ui-tab>
<ui-tab title="Profile">
Content for Profile
</ui-tab>
<ui-tab title="Messages">
Content for Messages
</ui-tab>
</ui-tabs>

@@ -1569,3 +1575,3 @@ ```

addTab: function(tab) {
tab.id = tab.id || ("tab" + tabs.length);
tab.id = tab.id || ("tab" + nestedTabs.length);
nestedTabs.push(tab);

@@ -1712,3 +1718,5 @@ }

* [Atom: language-marko](https://atom.io/packages/language-marko) - Syntax highlighting for Marko templates in Atom
* [Atom Editor](https://atom.io/)
* [language-marko](https://atom.io/packages/language-marko) - Syntax highlighting for Marko templates in Atom
* [atom-beautify](https://github.com/Glavin001/atom-beautify) - Beautify Marko templates in Atom

@@ -1715,0 +1723,0 @@ # Changelog

@@ -122,3 +122,3 @@ /*

if (bodyFunction) {
if (bodyFunction && this.hasChildren()) {
this.setProperty(bodyFunction.name, function(template) {

@@ -125,0 +125,0 @@ template.code('function(' + bodyFunction.params + ') {\n').indent(function () {

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