Socket
Socket
Sign inDemoInstall

@openui5/sap.ui.suite

Package Overview
Dependencies
Maintainers
2
Versions
559
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.120.7 to 1.121.0

4

package.json
{
"name": "@openui5/sap.ui.suite",
"version": "1.120.7",
"version": "1.121.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.120.7"
"@openui5/sap.ui.core": "1.121.0"
}
}

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

* @author SAP SE
* @version 1.120.7
* @version 1.121.0
* @since 1.1

@@ -29,3 +29,3 @@ * @public

name : "sap.ui.suite",
version: "1.120.7",
version: "1.121.0",
dependencies : ["sap.ui.core"],

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

*
* @version 1.120.7
* @version 1.121.0
* @enum {string}

@@ -49,0 +49,0 @@ * @public

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

* @author Svetozar Buzdumovic
* @version 1.120.7
* @version 1.121.0
*

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

@@ -8,4 +8,4 @@ /*!

// provides default renderer for sap.ui.suite.TaskCircle
sap.ui.define(['sap/ui/core/Core', './library', "sap/ui/core/Configuration"],
function(Core, library, Configuration) {
sap.ui.define(["sap/ui/core/ControlBehavior", 'sap/ui/core/Core', './library'],
function(ControlBehavior, Core, library) {
"use strict";

@@ -101,3 +101,3 @@

//ARIA
if ( Configuration.getAccessibility()) {
if ( ControlBehavior.isAccessibilityEnabled()) {
rm.attr('role', 'progressbar');

@@ -104,0 +104,0 @@ rm.accessibilityState(oControl, {valuemin: minvalue});

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

* @author Svetozar Buzdumovic
* @version 1.120.7
* @version 1.121.0
*

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

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

// provides default renderer for sap.ui.suite.VerticalProgressIndicator
sap.ui.define(["sap/ui/core/Configuration"], function(Configuration) {
sap.ui.define(["sap/ui/core/ControlBehavior"], function(ControlBehavior) {
"use strict";

@@ -52,3 +52,3 @@

//ARIA
if ( Configuration.getAccessibility()) {
if ( ControlBehavior.isAccessibilityEnabled()) {
rm.attr('role', 'progressbar');

@@ -55,0 +55,0 @@ rm.accessibilityState(oControl, {valuemin: '0%'});

@@ -18,3 +18,3 @@ OpenUI5 includes the following subcomponents that are subject to separate license terms.

Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.13
Component: Ace (Ajax.org Cloud9 Editor), version: 1.31.1
Copyright: 2010, Ajax.org B.V.

@@ -128,2 +128,3 @@ License: BSD-3-Clause

Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-reporter-junit.js
src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js

@@ -184,3 +185,3 @@ Component: cubiq.org - iScroll, version: 4.2.5

Component: Unicode Common Locale Data Repository, version: 43
Component: Unicode Common Locale Data Repository, version: 44
Copyright: 1991-2023 Unicode, Inc.

@@ -340,3 +341,3 @@ License: Unicode-DFS-2015

Component: Time Zone Database, version: 2023c
Component: Time Zone Database, version: 2023d
Copyright: Arthur David Olson, Paul Eggert and other contributors

@@ -350,9 +351,3 @@ License: LicenseRef-tzdata-PublicDomain

Component: Esprima, version: 1.2.2
Copyright: 2013 Ariya Hidayat and other contributors
License: BSD-2-Clause
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-2-Clause.txt
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/esprima.js
Component: highlight.js, version: 10.4.1
Component: highlight.js, version: 11.9.0
Copyright: 2006-2020, Ivan Sagalaev

@@ -474,3 +469,3 @@ License: BSD-3-Clause

Component: SAP Theming Base Content, version: 11.6.8
Component: SAP Theming Base Content, version: 11.10.0
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors

@@ -673,34 +668,2 @@ License: Apache-2.0

=================================
BEGIN of license: BSD-2-Clause
=================================
Copyright (c) <year> <owner>. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=================================
END of license: BSD-2-Clause
=================================
=================================
BEGIN of license: BSD-3-Clause

@@ -707,0 +670,0 @@ =================================

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