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

@cap-js-community/odata-v2-adapter

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap-js-community/odata-v2-adapter - npm Package Compare versions

Comparing version 1.13.6 to 1.13.7

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## Version 1.13.7 - 2024-11-04
### Fixed
- Update documentation
## Version 1.13.6 - 2024-10-17

@@ -10,0 +16,0 @@

23

package.json
{
"name": "@cap-js-community/odata-v2-adapter",
"version": "1.13.6",
"version": "1.13.7",
"description": "OData V2 adapter for CDS",

@@ -69,14 +69,15 @@ "homepage": "https://cap.cloud.sap/",

"@cap-js-community/odata-v2-adapter": "./",
"@cap-js/hana": "^1.3.1",
"@cap-js/postgres": "^1.10.1",
"@cap-js/sqlite": "^1.7.4",
"@sap/cds": "^8.3.1",
"@sap/cds-dk": "^8.3.0",
"@cap-js/hana": "^1.4.0",
"@cap-js/postgres": "^1.10.2",
"@cap-js/sqlite": "^1.7.5",
"@eslint/js": "^9.14.0",
"@sap/cds": "^8.4.0",
"@sap/cds-dk": "^8.4.0",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"compression": "^1.7.4",
"eslint": "^9.12.0",
"@types/jest": "^29.5.14",
"compression": "^1.7.5",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-n": "^17.12.0",
"jest": "^29.7.0",

@@ -86,3 +87,3 @@ "prettier": "^3.3.3",

"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0"
"typescript-eslint": "^8.12.2"
},

@@ -89,0 +90,0 @@ "license": "Apache-2.0",

@@ -8,3 +8,3 @@ # @cap-js-community/odata-v2-adapter (cov2ap)

### [OData V2 adapter for CDS](https://www.npmjs.com/package/@cap-js-community/odata-v2-adapter)
### [OData V2 Adapter for CDS](https://www.npmjs.com/package/@cap-js-community/odata-v2-adapter)

@@ -16,2 +16,26 @@ > Exposes a full-fledged OData V2 service, converting OData V2 requests to CDS OData V4 service calls and responses back.

## Table of Contents
- [Getting Started](#getting-started)
- [Options](#options)
- [Documentation](#documentation)
- [Singleton](#singleton)
- [Before Middlewares](#before-middlewares)
- [Custom Server](#custom-server)
- [Logging](#logging)
- [CDS Annotations](#cds-annotations)
- [CDS Modeling Restrictions](#cds-modeling-restrictions)
- [Cloud Foundry Deployment](#cloud-foundry-deployment)
- [Multitenancy, Feature Toggles and Extensibility (MTX)](#multitenancy-feature-toggles-and-extensibility-mtx)
- [Build Task](#build-task)
- [Unit-Tests](#unit-tests)
- [SAP Fiori Elements V2](#sap-fiori-elements-v2)
- [Compression Support](#compression-support)
- [Contributions](#contributions)
- [Features](#features)
- [OData V2/V4 Delta](#odata-v2v4-delta)
- [Support, Feedback, Contributing](#support-feedback-contributing)
- [Code of Conduct](#code-of-conduct)
- [Licensing](#licensing)
## Getting Started

@@ -76,6 +100,8 @@

## Singleton
## Documentation
CDS OData V2 Adapter is instantiated via CDS plugin as singleton, which is exposed at:
### Singleton
CDS OData V2 adapter is instantiated via CDS plugin as singleton, which is exposed at:
```js

@@ -93,3 +119,3 @@ const cds = require("@sap/cds");

### Before Middleware Routes
### Before Middlewares

@@ -131,4 +157,2 @@ Before middleware routes can be registered on the OData V2 adapter for CDS singleton, to be executed before the main route processing.

## Advanced
### Custom Server

@@ -315,3 +339,3 @@

CDS OData V2 Adapter includes an CDS build task, that allows to prepare the OData V2 EDMX files for MTX sidecar app.
CDS OData V2 adapter includes an CDS build task, that allows to prepare the OData V2 EDMX files for MTX sidecar app.
The build task is automatically active, in case project is running in multi-tenant context including MTX sidecar.

@@ -402,3 +426,3 @@ It can be deactivated using option `cds.cov2ap.build: false`.

### Approuter Compression
#### Approuter Compression

@@ -446,3 +470,3 @@ `@sap/approuter` now support out-of-the-box compression for OData $batch calls with `multipart/mixed`.

> For CAP Java projects prefer the Native OData V2 Adapter ([com.sap.cds/cds-adapter-odata-v2](https://mvnrepository.com/artifact/com.sap.cds/cds-adapter-odata-v2)).
> For CAP Java projects prefer the Native CDS OData V2 Adapter ([com.sap.cds/cds-adapter-odata-v2](https://mvnrepository.com/artifact/com.sap.cds/cds-adapter-odata-v2)).

@@ -449,0 +473,0 @@ - Run `npm install @cap-js-community/odata-v2-adapter -s` in `@sap/cds` project

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