Socket
Socket
Sign inDemoInstall

@sap/cds

Package Overview
Dependencies
Maintainers
3
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/cds - npm Package Compare versions

Comparing version 3.5.1 to 3.5.2

11

CHANGELOG.md

@@ -9,2 +9,12 @@ # Change Log

## Version 3.5.2 - 2019-02-20
### Fixed
- Node.js projects created with `cds init` now
- Bind the service module to an HDI service in `mta.yaml`.
- Invoke CDS build when building the database module.
- No longer create old-style `service` configuration in `package.json`.
- For datasources with kind `hana` we now also find `hanatrial` services in trial landscapes by matching their tag `hana`.
## Version 3.5.1 - 2019-02-14

@@ -24,2 +34,3 @@

## Version 3.5.0 - 2019-02-07

@@ -26,0 +37,0 @@

4

lib/utils/config/index.js

@@ -141,3 +141,5 @@ const PROFILE = '['+( process.env.CDS_ENV || process.env.NODE_ENV || '-- none --' )+']'

_fetch ({ tag: prefix+':'+datasource }) ||
_fetch ({ label: each.kind }) || {/* not found */}
_fetch ({ tag: each.kind }) || // important for hanatrial, labeled 'hanatrial', tagged 'hana'
_fetch ({ label: each.kind }) ||
{/* not found */}
)

@@ -144,0 +146,0 @@ if (credentials) any = each.credentials = credentials

@@ -93,3 +93,3 @@ {

"fs-extra": {
"version": "7.0.0",
"version": "7.0.1",
"requires": {

@@ -96,0 +96,0 @@ "graceful-fs": "^4.1.2",

@@ -1,1 +0,1 @@

{"bin":{"cds":"bin/cds.js"},"bundleDependencies":false,"dependencies":{"@sap/cds-compiler":"1.8.1","@sap/cds-ql":"1.5.1","@sap/cds-reflect":"2.3.0","@sap/cds-services":"1.5.2","@sap/generator-cds":"2.3.7","fs-extra":"7.0.0"},"deprecated":false,"description":"Entry Point and API Facade for CDS","engines":{"node":">=8.9"},"main":"lib/index.js","name":"@sap/cds","typings":"apis/cds.d.ts","version":"3.5.1","license":"SEE LICENSE IN developer-license-3.1.txt"}
{"bin":{"cds":"bin/cds.js"},"bundleDependencies":false,"dependencies":{"@sap/cds-compiler":"1.8.1","@sap/cds-ql":"1.5.1","@sap/cds-reflect":"2.3.0","@sap/cds-services":"1.5.2","@sap/generator-cds":"2.3.9","fs-extra":"7.0.1"},"deprecated":false,"description":"Entry Point and API Facade for CDS","engines":{"node":">=8.9"},"main":"lib/index.js","name":"@sap/cds","typings":"apis/cds.d.ts","version":"3.5.2","license":"SEE LICENSE IN developer-license-3.1.txt"}

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