Socket
Socket
Sign inDemoInstall

@ui5/webcomponents-base

Package Overview
Dependencies
Maintainers
5
Versions
482
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/webcomponents-base - npm Package Compare versions

Comparing version 1.24.0-rc.0 to 1.24.0-rc.1

dist/decorators.d.ts

6

dist/generated/VersionInfo.js
const VersionInfo = {
version: "1.24.0-rc.0",
version: "1.24.0-rc.1",
major: 1,
minor: 24,
patch: 0,
suffix: "-rc.0",
suffix: "-rc.1",
isNext: false,
buildTime: 1710403574,
buildTime: 1710534620,
};
export default VersionInfo;
//# sourceMappingURL=VersionInfo.js.map

@@ -336,3 +336,3 @@ import "@ui5/webcomponents-base/dist/ssr-dom.js";

*/
static get styles(): ComponentStylesData;
static styles: ComponentStylesData;
/**

@@ -339,0 +339,0 @@ * Returns the Static Area CSS for this UI5 Web Component Class

@@ -869,9 +869,2 @@ // eslint-disable-next-line import/no-extraneous-dependencies

/**
* Returns the CSS for this UI5 Web Component Class
* @protected
*/
static get styles() {
return "";
}
/**
* Returns the Static Area CSS for this UI5 Web Component Class

@@ -969,2 +962,7 @@ * @protected

/**
* Returns the CSS for this UI5 Web Component Class
* @protected
*/
UI5Element.styles = "";
/**
* Always use duck-typing to cover all runtimes on the page.

@@ -971,0 +969,0 @@ */

@@ -410,3 +410,3 @@ import type UI5Element from "../UI5Element.js";

metadata: import("../UI5ElementMetadata.js").Metadata;
readonly styles: import("../types.js").ComponentStylesData;
styles: import("../types.js").ComponentStylesData;
readonly staticAreaStyles: import("../types.js").ComponentStylesData;

@@ -413,0 +413,0 @@ readonly dependencies: (typeof UI5Element)[];

{
"name": "@ui5/webcomponents-base",
"version": "1.24.0-rc.0",
"version": "1.24.0-rc.1",
"description": "UI5 Web Components: webcomponents.base",

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

"@openui5/sap.ui.core": "1.120.3",
"@ui5/webcomponents-tools": "1.24.0-rc.0",
"@ui5/webcomponents-tools": "1.24.0-rc.1",
"chromedriver": "^121.0.2",

@@ -59,3 +59,3 @@ "clean-css": "^5.2.2",

},
"gitHead": "41fccb5ed1980879eac12c7b9c096208b986e79d"
"gitHead": "7020e89f544abd4484848dc40d38a7550399cb6a"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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