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

@sap-ux/fe-mockserver-core

Package Overview
Dependencies
Maintainers
3
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/fe-mockserver-core - npm Package Compare versions

Comparing version 1.1.42 to 1.1.43

4

dist/mockdata/fileBasedMockData.js

@@ -337,3 +337,3 @@ "use strict";

checkSearchQuery(mockValue, searchQuery, _odataRequest) {
return mockValue && mockValue.indexOf(searchQuery) !== -1;
return mockValue === null || mockValue === void 0 ? void 0 : mockValue.toString().includes(searchQuery);
}

@@ -381,3 +381,3 @@ checkFilterValue(comparisonType, mockValue, literal, operator, _odataRequest) {

}
isValid = performSimpleComparison(operator, mockValue, targetLiteral);
isValid = performSimpleComparison(operator, mockValue === null || mockValue === void 0 ? void 0 : mockValue.toString(), targetLiteral);
break;

@@ -384,0 +384,0 @@ }

{
"name": "@sap-ux/fe-mockserver-core",
"version": "1.1.42",
"version": "1.1.43",
"description": "SAP Fiori OData - Fiori elements mock server core",

@@ -5,0 +5,0 @@ "repository": {

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