Socket
Socket
Sign inDemoInstall

@sap/generator-cds

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/generator-cds - npm Package Compare versions

Comparing version 2.15.7 to 2.17.0

18

CHANGELOG.md

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

## [2.17.0] - 2020-10-06
### Fixed
- Move `@sap/cds-dk` to project root dependencies to enable MTA build in SAP Web IDE.
## [2.16.0] - 2020-09-09
### Changed
- Updated `fs-extra` library version.
- Requiring `Node.js` version 10 or higher.
## [2.15.7] - 2020-09-01

@@ -15,7 +27,9 @@

## [2.15.6] - 2020-08-04
### Fix
### Fixed
- Add `@sap/cds-dk` as dev dependency, so that `cds` commands can be executed in absence of global installation of `cds-dk`.
## [2.15.5] - 2020-07-16

@@ -349,2 +363,2 @@

### Fixed
- Use existing UAA instance in mta.yaml, if file exists
- Use existing UAA instance in mta.yaml, if file exists

4

lib/helper/npm_dependencies_helper.js

@@ -22,6 +22,2 @@ const i18n = require('../i18n/i18n');

if (options.cdsVersion && dependencies['@sap/cds']) {
dependencies['@sap/cds'] = options.cdsVersion;
}
const result = {};

@@ -28,0 +24,0 @@

@@ -131,10 +131,3 @@ const https = require('https');

if (cdsEnv && cdsEnv.cds_version) {
if (!Constants.REGEX_CDS_VERSION.exec(cdsEnv.cds_version)) {
throw new Error(i18n.t(i18n.command_invalid_option_value, {
optionName: 'cds.env.cds_version',
optionValue: cdsEnv.cds_version
}));
}
this._options.cdsVersion = cdsEnv.cds_version;
this.logger.warn(`Internal parameter cds_version is no longer supported`);
}

@@ -141,0 +134,0 @@

{
"name": "@sap/generator-cds",
"version": "2.15.7",
"version": "2.17.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"at-least-node": {
"version": "1.0.0"
},
"fs-extra": {
"version": "8.1.0",
"version": "9.0.1",
"requires": {
"at-least-node": "^1.0.0",
"graceful-fs": "^4.2.0",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
"jsonfile": "^6.0.1",
"universalify": "^1.0.0"
}

@@ -19,5 +23,6 @@ },

"jsonfile": {
"version": "4.0.0",
"version": "6.0.1",
"requires": {
"graceful-fs": "^4.1.6"
"graceful-fs": "^4.1.6",
"universalify": "^1.0.0"
}

@@ -32,3 +37,3 @@ },

"universalify": {
"version": "0.1.2"
"version": "1.0.0"
},

@@ -35,0 +40,0 @@ "xml2js": {

{
"name": "@sap/generator-cds",
"version": "2.15.7",
"version": "2.17.0",
"description": "Project generator for cds projects",

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

"engines": {
"node": ">=8.0"
"node": ">=10"
},

@@ -28,3 +28,3 @@ "bin": {

"dependencies": {
"fs-extra": "8.1.0",
"fs-extra": "9.0.1",
"minimist": "1.2.5",

@@ -31,0 +31,0 @@ "xml2js": "0.4.23",

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