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.94 to 1.1.95

4

dist/request/odataRequest.js

@@ -7,2 +7,3 @@ "use strict";

const balanced_match_1 = __importDefault(require("balanced-match"));
const lodash_merge_1 = __importDefault(require("lodash.merge"));
const query_string_1 = require("query-string");

@@ -194,4 +195,3 @@ const url_1 = require("url");

else {
reducer.expand[name].expand = Object.assign({}, reducer.expand[name].expand, expand.expand);
//debugger;
reducer.expand[name].expand = (0, lodash_merge_1.default)({}, reducer.expand[name].expand, expand.expand);
}

@@ -198,0 +198,0 @@ reducer.properties[name] = true;

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

@@ -27,2 +27,3 @@ "repository": {

"lodash.clonedeep": "4.5.0",
"lodash.merge": "4.6.2",
"query-string": "7.1.3",

@@ -40,2 +41,3 @@ "router": "1.3.7"

"@types/lodash.clonedeep": "4.5.7",
"@types/lodash.merge": "4.6.7",
"@types/etag": "1.8.1",

@@ -42,0 +44,0 @@ "@types/balanced-match": "^1.0.2",

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