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

sling-web-component-message

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sling-web-component-message - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

index.css

4

dist/cjs/component/Message.js

@@ -71,5 +71,3 @@ 'use strict';

return (0, _cjs.html)(_templateObject5, className, !data.length ? 'display: none' : '', this.getMessageTypeIcon(), (0, _cjs.repeat)(data, function (item) {
return item;
}, function (item) {
return (0, _cjs.html)(_templateObject5, className, !data.length ? 'display: none' : '', this.getMessageTypeIcon(), data.map(function (item) {
return (0, _cjs.html)(_templateObject6, item);

@@ -76,0 +74,0 @@ }));

@@ -1,2 +0,2 @@

import { html, SlingElement, repeat } from 'sling-web-framework/dist/es';
import { html, SlingElement } from 'sling-web-framework/dist/es';

@@ -228,3 +228,3 @@ export class Message extends SlingElement {

<ul class="emd-message_list">
${repeat(data, item => item, item => html`
${data.map(item => html`
<li class="emd-message_item">${item}</li>

@@ -231,0 +231,0 @@ `)}

{
"name": "sling-web-component-message",
"version": "0.9.0",
"version": "0.10.0",
"description": "Sling Message component",

@@ -9,5 +9,5 @@ "author": "Stone Pagamentos",

"dependencies": {
"sling-web-framework": "^0.9.0",
"sling-web-helpers": "^0.9.0"
"sling-web-framework": "^0.10.0",
"sling-web-helpers": "^0.10.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