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
26
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 2.3.0 to 2.3.1

7

CHANGELOG.md
# Changelog
# 2.3.4
# 2.3.1
- [FIX] Allow avoid v4 "Missing Content-ID header in request within a change set" error - Jakub Vaclavik
- [FIX] V2 service inicialization - Jakub Vaclavik
# 2.3.0
- [FIX] Object naming and path determination for action imports - Jakub Vaclavik

@@ -6,0 +11,0 @@ - [FEATURE] Unbound actions and action parameters - Jakub Vaclavik

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

["Content-Type: application/http"],
this.contentId ? [`Content-Id: ${this.contentId}`] : [],
body.length > 0 ? [] : [`x-csrf-token: ${csrfToken}`],

@@ -86,0 +87,0 @@ [

@@ -46,2 +46,6 @@ "use strict";

});
Object.defineProperty(schema, "actions", {
get: () => [],
});
}

@@ -48,0 +52,0 @@

2

package.json
{
"name": "@sap_oss/odata-library",
"version": "2.3.0",
"version": "2.3.1",
"description": "OData client for testing Netweawer OData services.",

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

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