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
43
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.12 to 1.13.0

7

CHANGELOG.md

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

## Version 1.13.0 - 2024-07-16
### Added
- CDS 8 compatibility
- Use base model for CDS build task
## Version 1.12.12 - 2024-07-04

@@ -10,0 +17,0 @@

18

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

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

"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"express-fileupload": "^1.5.1",
"http-proxy-middleware": "^3.0.0",

@@ -71,11 +71,11 @@ "superagent": "^9.0.2",

"@cap-js-community/odata-v2-adapter": "./",
"@cap-js/hana": "^1.0.0",
"@cap-js/postgres": "^1.8.0",
"@cap-js/sqlite": "^1.7.2",
"@sap/cds": "^7.9.3",
"@sap/cds-dk": "^7.9.4",
"@cap-js/hana": "^1.1.0",
"@cap-js/postgres": "^1.9.1",
"@cap-js/sqlite": "^1.7.3",
"@sap/cds": "^8.0.3",
"@sap/cds-dk": "^8.0.2",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"compression": "^1.7.4",

@@ -82,0 +82,0 @@ "eslint": "^8.57.0",

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

async build() {
const model = await this.model(); // TODO: Use this.baseModel(), when available
const model = await (this.baseModel ? this.baseModel() : this.model());
if (!model) {

@@ -22,0 +22,0 @@ return;

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