Socket
Socket
Sign inDemoInstall

@openui5/sap.ui.suite

Package Overview
Dependencies
Maintainers
4
Versions
560
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.52.14 to 1.54.0

50

LICENSE.txt

@@ -486,2 +486,52 @@

Component: Sinon.JS 4.1.3
Licensor: Christian Johansen
Website: http://github.com/cjohansen/Sinon.JS/
License: BSD 3-clause "New" or "Revised" License
<OWNER> = Christian Johansen
<ORGANIZATION> = Christian Johansen
<YEAR> = 2010-2017
Component: String startsWith Method 0.2.0
Licensor: Mathias Bynens
Website: https://github.com/mathiasbynens/String.prototype.startsWith
License: MIT License
<year> = unspecified
<copyright holders> = Mathias Bynens <https://mathiasbynens.be/>
Component: String endsWith Method 0.2.0
Licensor: Mathias Bynens
Website: https://github.com/mathiasbynens/String.prototype.endsWith
License: MIT License
<year> = unspecified
<copyright holders> = Mathias Bynens <https://mathiasbynens.be/>
Component: String includes Method 1.0.0
Licensor: Mathias Bynens
Website: https://github.com/mathiasbynens/String.prototype.includes
License: MIT License
<year> = unspecified
<copyright holders> = Mathias Bynens <https://mathiasbynens.be/>
Component: String repeat Method 0.2.0
Licensor: Mathias Bynens
Website: https://github.com/mathiasbynens/String.prototype.repeat
License: MIT License
<year> = unspecified
<copyright holders> = Mathias Bynens <https://mathiasbynens.be/>
Component: String padStart Method 1.0.1
Licensor: Behnam Mohammadi (بهنام محمدی)
Website: https://github.com/uxitten/polyfill
License: MIT License
<year> = 2017
<copyright holders> = Behnam Mohammadi (بهنام محمدی)
Component: String padEnd Method 1.0.1
Licensor: Behnam Mohammadi (بهنام محمدی)
Website: https://github.com/uxitten/polyfill
License: MIT License
<year> = 2017
<copyright holders> = Behnam Mohammadi (بهنام محمدی)
Component: SwipeView 1.0

@@ -488,0 +538,0 @@ Licensor: Matteo Spinelli

2

NOTICE.txt

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

Copyright (c) 2009-2017 SAP SE or an SAP affiliate company.
Copyright (c) 2009-2018 SAP SE or an SAP affiliate company.
{
"name": "@openui5/sap.ui.suite",
"version": "1.52.14",
"version": "1.54.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.52.14"
"@openui5/sap.ui.core": "1.54.0"
}
}

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

name : "sap.ui.suite",
version: "1.52.14",
version: "1.54.0",
dependencies : ["sap.ui.core"],

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

* @author SAP SE
* @version 1.52.14
* @version 1.54.0
* @public

@@ -51,3 +51,3 @@ */

*
* @version 1.52.14
* @version 1.54.0
* @enum {string}

@@ -54,0 +54,0 @@ * @public

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

// Provides control sap.ui.suite.TaskCircle.
sap.ui.define(['jquery.sap.global', 'sap/ui/core/Control', 'sap/ui/core/EnabledPropagator', './library'],
function(jQuery, Control, EnabledPropagator, library) {
sap.ui.define([
'jquery.sap.global',
'sap/ui/core/Control',
'sap/ui/core/EnabledPropagator',
'./library',
"./TaskCircleRenderer"
],
function(jQuery, Control, EnabledPropagator, library, TaskCircleRenderer) {
"use strict";

@@ -27,3 +33,3 @@

* @author Svetozar Buzdumovic
* @version 1.52.14
* @version 1.54.0
*

@@ -30,0 +36,0 @@ * @constructor

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

// Provides control sap.ui.suite.VerticalProgressIndicator.
sap.ui.define(['jquery.sap.global', 'sap/ui/core/Control', 'sap/ui/core/EnabledPropagator', './library'],
function(jQuery, Control, EnabledPropagator, library) {
sap.ui.define([
'jquery.sap.global',
'sap/ui/core/Control',
'sap/ui/core/EnabledPropagator',
'./library',
"./VerticalProgressIndicatorRenderer"
],
function(
jQuery,
Control,
EnabledPropagator,
library,
VerticalProgressIndicatorRenderer
) {
"use strict";

@@ -26,3 +38,3 @@

* @author Svetozar Buzdumovic
* @version 1.52.14
* @version 1.54.0
*

@@ -29,0 +41,0 @@ * @constructor

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