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.0 to 2.17.2

13

CHANGELOG.md

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

## [2.17.2] - 2020-11-24
### Fixed
- Legacy support for `Node.js` version 8 or higher.
## [2.17.1] - 2020-11-03
### Fixed
- Use Maven Java `Archetype` version `1.40.11`.
## [2.17.0] - 2020-10-06

@@ -15,2 +27,3 @@

## [2.16.0] - 2020-09-09

@@ -17,0 +30,0 @@

2

lib/java/mvn_archetypes.js

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

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

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

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

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

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

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

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

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

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

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

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

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

"dependencies": {
"fs-extra": "9.0.1",
"fs-extra": "8.1.0",
"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