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.51 to 1.1.52

7

dist/data/metadata.js

@@ -51,3 +51,8 @@ "use strict";

getActionByFQN(actionFQN) {
return this.metadata.actions.find((action) => action.fullyQualifiedName === actionFQN);
let action = this.metadata.actions.find((action) => action.fullyQualifiedName === actionFQN);
if (!action) {
const unaliasedAction = (0, annotation_converter_1.unalias)(this.metadata.references, actionFQN);
action = this.metadata.actions.find((action) => action.fullyQualifiedName === unaliasedAction);
}
return action;
}

@@ -54,0 +59,0 @@ getActionImportByFQN(actionImportFQN) {

4

package.json
{
"name": "@sap-ux/fe-mockserver-core",
"version": "1.1.51",
"version": "1.1.52",
"description": "SAP Fiori OData - Fiori elements mock server core",

@@ -31,3 +31,3 @@ "repository": {

"devDependencies": {
"@sap-ux/vocabularies-types": "0.6.8",
"@sap-ux/vocabularies-types": "0.6.9",
"@sap-ux/fe-mockserver-plugin-cds": "1.0.4",

@@ -34,0 +34,0 @@ "@types/body-parser": "1.17.1",

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