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.14.2 to 2.15.6

LICENSE

43

CHANGELOG.md

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

## [2.15.6] - 2020-08-04
### Fix
- 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
### Feature
- Use Maven Java `Archetype` version `1.40.6`.
### Changed
- Removed `package-lock.json` from generated `.gitignore` file.
## [2.15.4] - 2020-07-02
### Changed
- Small improvements and refactorings.
## [2.15.3] - 2020-06-16
### Changed
- Refactored internal code.
## [2.15.2] - 2020-06-15
### Fixed
- Fixed some minor bugs.
## [2.15.1] - 2020-06-15
### Feature
- Use Maven Java `Archetype` version `1.40.2`.
## [2.15.0] - 2020-05-25
### Feature
- Use Maven Java `Archetype` version `1.40.0`.
## [2.14.3]
### Feature
- Use Maven Java `Archetype` version `1.39.3`.
## [2.14.2]

@@ -11,0 +54,0 @@

10

lib/command.js

@@ -210,3 +210,3 @@ const os = require('os');

const packageJson = JSON.parse(packageJsonContent);
const newDependencies = await NpmDependenciesHelper.updateDependencies(
packageJson.dependencies = await NpmDependenciesHelper.updateDependencies(
packageJson.dependencies,

@@ -216,6 +216,10 @@ options,

);
packageJson.devDependencies = await NpmDependenciesHelper.updateDependencies(
packageJson.devDependencies,
options,
this.logger
);
packageJson.dependencies = newDependencies;
await this.fsHelper.writeJSON(packageJsonPath, packageJson, {
spaces: 4
spaces: 2
});

@@ -222,0 +226,0 @@ }

@@ -13,3 +13,3 @@

static get ARCHETYPE_VERSION() {
return '1.39.0';
return '1.40.6';
}

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

{
"name": "@sap/generator-cds",
"version": "2.14.2",
"version": "2.15.6",
"lockfileVersion": 1,

@@ -8,3 +8,3 @@ "requires": true,

"@babel/runtime": {
"version": "7.9.2",
"version": "7.11.0",
"requires": {

@@ -21,3 +21,3 @@ "regenerator-runtime": "^0.13.4"

"es-abstract": {
"version": "1.17.5",
"version": "1.17.6",
"requires": {

@@ -28,9 +28,9 @@ "es-to-primitive": "^1.2.1",

"has-symbols": "^1.0.1",
"is-callable": "^1.1.5",
"is-regex": "^1.0.5",
"is-callable": "^1.2.0",
"is-regex": "^1.1.0",
"object-inspect": "^1.7.0",
"object-keys": "^1.1.1",
"object.assign": "^4.1.0",
"string.prototype.trimleft": "^2.1.1",
"string.prototype.trimright": "^2.1.1"
"string.prototype.trimend": "^1.0.1",
"string.prototype.trimstart": "^1.0.1"
}

@@ -58,3 +58,3 @@ },

"graceful-fs": {
"version": "4.2.3"
"version": "4.2.4"
},

@@ -71,3 +71,3 @@ "has": {

"is-callable": {
"version": "1.1.5"
"version": "1.2.0"
},

@@ -78,5 +78,5 @@ "is-date-object": {

"is-regex": {
"version": "1.0.5",
"version": "1.1.1",
"requires": {
"has": "^1.0.3"
"has-symbols": "^1.0.1"
}

@@ -100,3 +100,3 @@ },

"object-inspect": {
"version": "1.7.0"
"version": "1.8.0"
},

@@ -123,3 +123,3 @@ "object-keys": {

"regenerator-runtime": {
"version": "0.13.5"
"version": "0.13.7"
},

@@ -136,18 +136,2 @@ "sax": {

},
"string.prototype.trimleft": {
"version": "2.1.2",
"requires": {
"define-properties": "^1.1.3",
"es-abstract": "^1.17.5",
"string.prototype.trimstart": "^1.0.0"
}
},
"string.prototype.trimright": {
"version": "2.1.2",
"requires": {
"define-properties": "^1.1.3",
"es-abstract": "^1.17.5",
"string.prototype.trimend": "^1.0.0"
}
},
"string.prototype.trimstart": {

@@ -154,0 +138,0 @@ "version": "1.0.1",

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

{"bin":{"cds-gen":"./bin/cds-gen.js"},"bundleDependencies":false,"dependencies":{"fs-extra":"8.1.0","minimist":"1.2.5","xml2js":"0.4.22","yaml":"1.8.3"},"deprecated":false,"description":"Project generator for cds projects","engines":{"node":">=8.0"},"keywords":["cds","cdx"],"main":"lib/index.js","name":"@sap/generator-cds","repository":"","version":"2.14.2","license":"SEE LICENSE IN developer-license-3.1.txt"}
{
"name": "@sap/generator-cds",
"version": "2.15.6",
"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.0"
},
"bin": {
"cds-gen": "./bin/cds-gen.js"
},
"dependencies": {
"fs-extra": "8.1.0",
"minimist": "1.2.5",
"xml2js": "0.4.22",
"yaml": "1.8.3"
}
}

@@ -1,11 +0,7 @@

# generator-cds
# @sap/generator-cds
## Mission Goals
* simple, fast, reliable
* works in different environments: win, linux, mac, command line, web ide, vs code, eclipse, ...
* creates a minimal project which compiles and can be deployed
* supports iterative project creation, e.g. create simple project first and add ui in a second run on the same project
* uses standard technology, is extendable
## Deprecated!
This module has been deprecated. See section [Getting Started](https://cap.cloud.sap/docs/get-started/) in the CAP documentation for information about project creation and project structure.
## Installation
This module is intended to be used within @sap/cds project and not as standalone library or cli.
## License
This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3_1.txt).

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