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
7
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.12.8 to 1.12.9

8

CHANGELOG.md

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

## Version 1.12.9 - 2024-05-03
### Fixed
- Adopt new http proxy middleware
- Remove `odata-version` header from request
- Remove obsolete documentation about `cds.odata.v2proxy.urlpath` as now derived from protocols
## Version 1.12.8 - 2024-04-02

@@ -10,0 +18,0 @@

17

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

@@ -59,3 +59,4 @@ "homepage": "https://cap.cloud.sap/",

"express-fileupload": "^1.5.0",
"http-proxy-middleware": "^2.0.6",
"http-proxy-middleware": "^3.0.0",
"superagent": "^9.0.2",
"xml2js": "^0.6.2"

@@ -66,15 +67,15 @@ },

"@cap-js/sqlite": "^1.6.0",
"@sap/cds": "^7.8.0",
"@sap/cds-dk": "^7.8.0",
"@sap/cds": "^7.9.0",
"@sap/cds-dk": "^7.9.1",
"@sap/cds-hana": "^2.0.0",
"@types/express": "^4.17.21",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"compression": "^1.7.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^28.4.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"supertest": "^6.3.4"
"supertest": "^7.0.0"
},

@@ -81,0 +82,0 @@ "license": "Apache-2.0",

@@ -73,5 +73,2 @@ # @cap-js-community/odata-v2-adapter (cov2ap)

> Option `cds.odata.v2proxy.urlpath` is available to specify an OData V2 proxy url path
> different from default `/odata/v2` for CDS core.
## Advanced

@@ -78,0 +75,0 @@

Sorry, the diff of this file is too big to display

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