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

@sap_oss/odata-library

Package Overview
Dependencies
Maintainers
7
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap_oss/odata-library - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

6

CHANGELOG.md
# Changelog
# 0.9.7
* 74a2306 - [FIX] Change request type recognition - Norbert Volf
# 0.9.4
* da4b8fd - [FEATURE] Allow to modify (merge) key properties - Michal Nežerka

@@ -4,0 +10,0 @@ * c38acdc - [FEATURE] Go thru navigation properties recursively - Norbert Volf

6

lib/engine/RequestDefinition.js

@@ -471,5 +471,3 @@ "use strict";

calculatePath() {
if (this._resource.entityTypeModel.hasStream) {
this._path = `/${this._resource.getListResourcePath()}/\$value`;
} else if (this._isList) {
if (this._isList) {
let urlQuery = this._resource.urlQuery({

@@ -481,2 +479,4 @@ $top: 100,

this._path = `/${this._resource.getListResourcePath()}?${urlQuery}`;
} else if (this._resource.entityTypeModel.hasStream) {
this._path = `/${this._resource.getListResourcePath()}/\$value`;
} else {

@@ -483,0 +483,0 @@ let urlQuery = this._resource.urlQuery({

{
"name": "@sap_oss/odata-library",
"version": "0.9.6",
"version": "0.9.7",
"description": "OData client for testing Netweawer OData services.",

@@ -5,0 +5,0 @@ "main": "index.js",

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