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
212
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.74 to 1.1.75

6

dist/mockdata/functionBasedMockData.d.ts

@@ -36,5 +36,5 @@ import type { Action, EntityType, NavigationProperty, Property } from '@sap-ux/vocabularies-types';

generateKey: (property: Property, lineIndex?: number, mockData?: any) => any;
addEntry: (mockEntry: T, odataRequest: ODataRequest) => void;
updateEntry: (keyValues: KeyDefinitions, newData: T, odataRequest: ODataRequest) => void;
removeEntry: (keyValues: KeyDefinitions, odataRequest: ODataRequest) => void;
addEntry: (mockEntry: T, odataRequest: ODataRequest) => Promise<void>;
updateEntry: (keyValues: KeyDefinitions, newData: T, odataRequest: ODataRequest) => Promise<void>;
removeEntry: (keyValues: KeyDefinitions, odataRequest: ODataRequest) => Promise<void>;
hasEntry: (keyValues: KeyDefinitions, odataRequest: ODataRequest) => boolean;

@@ -41,0 +41,0 @@ fetchEntries: (keyValues: KeyDefinitions, odataRequest: ODataRequest) => object[];

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

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

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