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

openui5-fhir

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openui5-fhir - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

7

CHANGELOG.md

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

## [1.0.5](https://github.com/SAP/openui5-fhir/compare/v1.0.4...v1.0.5) (2020-03-27)
### Bug Fixes
* upgrade UI5 version from 1.70.0 to 1.75.0 ([#109](https://github.com/SAP/openui5-fhir/issues/109)) ([fb19439](https://github.com/SAP/openui5-fhir/commit/fb19439a2af9ab044b09d462ee3690c3a31b759c))
## [1.0.4](https://github.com/SAP/openui5-fhir/compare/v1.0.3...v1.0.4) (2019-08-26)

@@ -2,0 +9,0 @@

29

package.json
{
"name": "openui5-fhir",
"version": "1.0.4",
"version": "1.0.5",
"author": "SAP SE",

@@ -28,17 +28,17 @@ "license": "Apache-2.0",

"devDependencies": {
"eslint": "^6.0.1",
"eslint-watch": "^6.0.0",
"js-beautify": "^1.10.0",
"jsdoc": "^3.6.2",
"karma": "^4.1.0",
"karma-chrome-launcher": "^3.0.0",
"eslint": "^6.8.0",
"eslint-watch": "^6.0.1",
"js-beautify": "^1.10.3",
"jsdoc": "^3.6.3",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-junit-reporter": "^1.2.0",
"karma-ui5": "^1.0.1",
"@ui5/cli": "^1.5.5",
"coveralls": "^3.0.4",
"replace-in-file": "^4.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-ui5": "^1.1.0",
"@ui5/cli": "^1.14.0",
"coveralls": "^3.0.11",
"replace-in-file": "^5.0.2",
"js-yaml": "^3.13.1",
"@semantic-release/git": "^7.0.16",
"@semantic-release/changelog": "^3.0.4"
"@semantic-release/git": "^9.0.0",
"@semantic-release/changelog": "^5.0.1"
},

@@ -52,2 +52,3 @@ "scripts": {

"serve:mockserver": "./scripts/setup_mock.sh",
"serve:mockserver:windows": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./scripts/setup_mock.ps1",
"test": "karma start",

@@ -54,0 +55,0 @@ "test:unit": "karma start karma-unit.conf.js",

@@ -11,3 +11,3 @@ sap.ui.define(function() {

* @author SAP SE
* @version 1.0.4
* @version 1.0.5
* @public

@@ -17,3 +17,3 @@ */

name : "sap.fhir",
version : "1.0.4",
version : "1.0.5",
noLibraryCSS: true,

@@ -20,0 +20,0 @@ dependencies : [ "sap.ui.core" ],

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -34,3 +34,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*

@@ -37,0 +37,0 @@ * @see sap.fhir.model.r4.Context.create

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -36,3 +36,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -39,0 +39,0 @@ var FHIRContextBinding = ContextBinding.extend("sap.fhir.model.r4.FHIRContextBinding", {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -5,0 +5,0 @@ */

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -5,0 +5,0 @@ */

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

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

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -24,0 +24,0 @@ var FHIRFilterOperatorUtils = {};

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -25,3 +25,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -43,2 +43,5 @@ var FHIRFilterProcessor = {};

var oValue, fnTest;
FilterProcessor._normalizeCache = { "true": {}, "false": {}};
if (oFilter.aFilters) {

@@ -45,0 +48,0 @@ return this._evaluateMultiFilter(oFilter, vRef, fnGetValue);

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -5,0 +5,0 @@ */

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -48,3 +48,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -51,0 +51,0 @@ var FHIRListBinding = ListBinding.extend("sap.fhir.model.r4.FHIRListBinding", {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -67,3 +67,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -70,0 +70,0 @@ var FHIRModel = Model.extend("sap.fhir.model.r4.FHIRModel", {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -33,3 +33,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -36,0 +36,0 @@ var FHIRPropertyBinding = PropertyBinding.extend("sap.fhir.model.r4.FHIRPropertyBinding", {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -27,3 +27,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -30,0 +30,0 @@ var FHIRUtils = {};

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

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

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -34,0 +34,0 @@ var BindingInfo = function(sResourceId, sResourceType, sResourcePath, sRelativePath, sAbsolutePath, aBinding, sGroupId, sRequestPath, aResourcePath, sResourceServerPath, sEtag) {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

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

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -24,0 +24,0 @@ var FHIRBundle = function(sBundleType, sGroupId) {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -23,3 +23,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -26,0 +26,0 @@ var FHIRBundleEntry = function(sFullUrl, oResource, oRequest) {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

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

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -34,0 +34,0 @@ var FHIRBundleRequest = function(oBinding, sMethod, sUrl, fnSuccess, fnError, sIfMatch, sIfNoneMatch, sIfNoneExist, sIfModifiedSince) {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -5,0 +5,0 @@ */

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -36,3 +36,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -39,0 +39,0 @@ var FHIRRequestor = function(sServiceUrl, oModel, bCSRF, sPrefer) {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -22,3 +22,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -25,0 +25,0 @@ var FHIRUrl = function(sUrl, sServiceUrl) {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

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

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -23,0 +23,0 @@ var HTTPMethod = {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -22,3 +22,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -25,0 +25,0 @@ var RequestHandle = function(oBinding) {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

@@ -24,3 +24,3 @@ */

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -27,0 +27,0 @@ var Sliceable = {};

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

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

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -23,0 +23,0 @@ var OperationMode = {

/*!
* SAP SE
* (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.

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

* @since 1.0.0
* @version 1.0.4
* @version 1.0.5
*/

@@ -22,0 +22,0 @@ var SubmitMode = {

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

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