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.0 to 1.12.1

6

CHANGELOG.md

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

## Version 1.12.1 - 2024-01-08
### Fixed
- Apply defaults in plugin build
## Version 1.12.0 - 2024-01-08

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

2

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

@@ -5,0 +5,0 @@ "homepage": "https://cap.cloud.sap/",

@@ -261,9 +261,7 @@ # @cap-js-community/odata-v2-adapter (cov2ap)

- Place HANA credentials at `test-integration/_env/db/default-services.json` in format:
```
```json
{
"hana": [
{
"credentials": {
// ...
}
"credentials": {}
}

@@ -270,0 +268,0 @@ ]

@@ -9,2 +9,5 @@ "use strict";

static hasTask() {
cds.env.cov2ap = cds.env.cov2ap || {};
cds.env.cov2ap.plugin = cds.env.cov2ap.plugin === undefined ? true : cds.env.cov2ap.plugin;
cds.env.cov2ap.build = cds.env.cov2ap.build === undefined ? true : cds.env.cov2ap.build;
return cds.env.cov2ap && cds.env.cov2ap.plugin;

@@ -11,0 +14,0 @@ }

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