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
13
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.12 to 0.9.13

7

CHANGELOG.md
# Changelog
# 0.9.13
* bf7fe93 - [FEATURE] Resolves batch responses with errors - Norbert Volf
* f295309 - [FIX] Buffer count request - Norbert Volf
# 0.9.12
* f5edbb3 - [FEATURE] PUT method for OData 3.0 and newer - Norbert Volf
* fe1573b - [FEATURE] PATCH method for OData 3.0 and newer - Norbert Volf
* 58bb17b - [FIX] Parse PropertyPath with Navigation Property - Norbert Volf

@@ -7,0 +12,0 @@

4

lib/agent/batch/Response.js

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

if (err) {
this.reject(err);
this.resolve(err);
} else {

@@ -300,3 +300,3 @@ this.body = content;

error.response = this;
this.reject(error);
this.resolve(error);
}

@@ -303,0 +303,0 @@ }

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

this.agent
.get(`/${this.entitySetModel.name}/$count`, request._headers)
.get(
`/${this.entitySetModel.name}/$count`,
request._headers,
undefined,
true
)
.then((res) => {

@@ -106,0 +111,0 @@ let count;

{
"name": "@sap_oss/odata-library",
"version": "0.9.12",
"version": "0.9.13",
"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