New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mag-component-layout-list

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mag-component-layout-list - npm Package Compare versions

Comparing version

to
1.3.1

2

package.json
{
"name": "mag-component-layout-list",
"version": "1.3.0",
"version": "1.3.1",
"description": "Base layout list implementation.",

@@ -5,0 +5,0 @@ "author": {

@@ -58,9 +58,14 @@ Layout list component

{
className: 'star'
className: 'star',
name: '$icon'
},
'Some text'
{
value: 'Some text',
name: '$text'
}
],
click: function () {
// do something
}
},
name: 'starItem'
},

@@ -101,2 +106,5 @@ {

});
layoutList.links.starItem.links.$text.innerText = 'new cool text';
```

@@ -103,0 +111,0 @@