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.17.7 to 2.17.8

10

CHANGELOG.md

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

## [2.17.8] - 2022-03-22
### Changed
- Internal refactoring for integration tests.
- Add `engines` node version `14` and remove `10` in generated project.
- Update dependnecies
## [2.17.7] - 2021-04-16

@@ -399,2 +407,2 @@

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

2

lib/helper/term.js

@@ -47,3 +47,3 @@ const debug = process.env.DEBUG

function toString(o, severity) {
function toString(o, severity) { //NOSONAR
if (!o || !o.toString) return o

@@ -50,0 +50,0 @@ // strips the 'Error: ' prefix in the message, so that we can add our own prefix

@@ -11,4 +11,4 @@ {

"engines": {
"node": "^10 || ^12"
"node": "^12 || ^14"
}
}
}
{
"name": "@sap/generator-cds",
"version": "2.17.7",
"description": "Project generator for cds projects",
"homepage": "https://cap.cloud.sap/",
"author": "SAP SE (https://www.sap.com)",
"license": "See LICENSE file",
"files": [
"lib",
"npm-shrinkwrap.json",
"bin",
"LICENSE"
],
"main": "lib/index.js",
"keywords": [
"CAP",
"CDS",
"SAP"
],
"engines": {
"node": ">=8"
},
"bin": {
"cds-gen": "./bin/cds-gen.js"
},
"dependencies": {
"fs-extra": "8.1.0",
"minimist": "1.2.5",
"xml2js": "0.4.23",
"yaml": "1.10.0"
}
"name": "@sap/generator-cds",
"version": "2.17.8",
"description": "Project generator for cds projects",
"homepage": "https://cap.cloud.sap/",
"author": "SAP SE (https://www.sap.com)",
"license": "See LICENSE file",
"files": [
"lib",
"bin",
"LICENSE",
"npm-shrinkwrap.json",
"CHANGELOG.md"
],
"main": "lib/index.js",
"keywords": [
"CAP",
"CDS",
"SAP"
],
"engines": {
"node": ">=8"
},
"bin": {
"cds-gen": "./bin/cds-gen.js"
},
"dependencies": {
"fs-extra": "8.1.0",
"minimist": "1.2.6",
"xml2js": "0.4.23",
"yaml": "1.10.2"
}
}
# @sap/generator-cds
This module has been deprecated. We recommend to install [@sap/cds-dk](https://www.npmjs.com/package/@sap/cds-dk) globally. See section [Getting Started](https://cap.cloud.sap/docs/get-started/) in the CAP documentation for information about project creation and project structure.

@@ -4,0 +7,0 @@

Sorry, the diff of this file is not supported yet

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