Socket
Socket
Sign inDemoInstall

@sap/cds-dk

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/cds-dk - npm Package Compare versions

Comparing version 6.1.4 to 6.1.5

10

bin/build/all.js

@@ -69,4 +69,6 @@ module.exports = Object.assign(build, {

const cds = require('../../lib/cds')
if (typeof cds.build.build === 'function') {
console.warn(`
if (typeof cds.build === 'function') {
return cds.build(options)
}
console.warn(`
> WARNING: This application uses a very old version ${cds.version} of package '@sap/cds',

@@ -76,6 +78,4 @@ > which will no longer be supported with the next major version of '@sap/cds-dk'.

`)
return cds.build.build(options)
}
return cds.build(options)
return cds.build.build(options)
}

@@ -10,2 +10,8 @@

## Version 6.1.5 - tbd
### Fixed
- `cds build` no longer erroneously warns about old `@sap/cds` versions. Previously, it warned about `@sap/cds` 4 although a newer version was installed.
## Version 6.1.4 - 2022-09-09

@@ -12,0 +18,0 @@

{
"name": "@sap/cds-dk",
"version": "6.1.4",
"version": "6.1.5",
"description": "Command line client and development toolkit for the SAP Cloud Application Programming Model",

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

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