Socket
Socket
Sign inDemoInstall

@ui5/webcomponents

Package Overview
Dependencies
Maintainers
2
Versions
477
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/webcomponents - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.13.1](https://github.com/SAP/ui5-webcomponents/compare/v0.13.0...v0.13.1) (2019-06-22)
**Note:** Version bump only for package @ui5/webcomponents
# [0.13.0](https://github.com/SAP/ui5-webcomponents/compare/v0.12.0...v0.13.0) (2019-06-21)

@@ -8,0 +16,0 @@

2

dist/build/compiled/TableColumnTemplate.lit.js

@@ -6,4 +6,4 @@

const block0 = (context) => { return html`<div class="${ifDefined(classMap(context.classes.main))}" > ${ context.header ? block1(context) : undefined }</div>`; };
const block1 = (context) => { return html`<slot name="header"></slot> `; };
const block1 = (context) => { return html`<slot></slot> `; };
export default block0;
{
"name": "@ui5/webcomponents",
"version": "0.13.0",
"version": "0.13.1",
"description": "UI5 Web Components: webcomponents.main",

@@ -91,4 +91,4 @@ "author": "SAP SE (https://www.sap.com)",

"dependencies": {
"@ui5/webcomponents-base": "0.13.0",
"@ui5/webcomponents-core": "0.13.0"
"@ui5/webcomponents-base": "0.13.1",
"@ui5/webcomponents-core": "0.13.1"
},

@@ -95,0 +95,0 @@ "devDependencies": {

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