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

@openui5/sap.ui.suite

Package Overview
Dependencies
Maintainers
1
Versions
574
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openui5/sap.ui.suite - npm Package Compare versions

Comparing version 1.66.1 to 1.67.0

4

package.json
{
"name": "@openui5/sap.ui.suite",
"version": "1.66.1",
"version": "1.67.0",
"description": "OpenUI5 UI Library sap.ui.suite",

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

"dependencies": {
"@openui5/sap.ui.core": "1.66.1"
"@openui5/sap.ui.core": "1.67.0"
}
}

@@ -19,3 +19,3 @@ /*!

name : "sap.ui.suite",
version: "1.66.1",
version: "1.67.0",
dependencies : ["sap.ui.core"],

@@ -40,3 +40,3 @@ types: [

* @author SAP SE
* @version 1.66.1
* @version 1.67.0
* @public

@@ -50,3 +50,3 @@ */

*
* @version 1.66.1
* @version 1.67.0
* @enum {string}

@@ -53,0 +53,0 @@ * @public

@@ -31,3 +31,3 @@ /*!

* @author Svetozar Buzdumovic
* @version 1.66.1
* @version 1.67.0
*

@@ -34,0 +34,0 @@ * @constructor

@@ -92,3 +92,3 @@ /*!

rm.writeControlData(oControl);
rm.writeAttribute('tabIndex', '0');
rm.writeAttribute('tabindex', '0');

@@ -95,0 +95,0 @@ if (oControl.getTooltip_AsString()) {

@@ -37,3 +37,3 @@ /*!

* @author Svetozar Buzdumovic
* @version 1.66.1
* @version 1.67.0
*

@@ -40,0 +40,0 @@ * @constructor

@@ -43,5 +43,5 @@ /*!

// write the HTML into the render manager
rm.write("<DIV");
rm.write("<div");
rm.writeControlData(oControl);
rm.writeAttribute('tabIndex', '0');
rm.writeAttribute('tabindex', '0');

@@ -64,3 +64,3 @@ if (oControl.getTooltip_AsString()) {

rm.write(">"); // Outer DIV element
rm.write("<DIV");
rm.write("<div");
rm.writeAttribute('id', oControl.getId() + '-bar');

@@ -73,4 +73,4 @@ rm.writeAttribute("class","sapUiVerticalProgressInnerContainer");

rm.write(">"); // Inner DIV element
rm.write("</DIV>");
rm.write("</DIV>");
rm.write("</div>");
rm.write("</div>");

@@ -77,0 +77,0 @@ };

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