Socket
Socket
Sign inDemoInstall

@sap/cds-dk

Package Overview
Dependencies
Maintainers
0
Versions
143
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 8.1.1 to 8.1.2

8

lib/build/provider/hana/2migration.js

@@ -198,7 +198,7 @@ const path = require('path')

artifact.kind === 'entity' &&
artifact['@cds.persistence.journal'] &&
artifact['@cds.persistence.journal'] === true &&
!artifact.abstract &&
!artifact['@cds.persistence.skip'] &&
!artifact['@cds.persistence.exists'] &&
((!artifact.query && !artifact.projection) || artifact['@cds.persistence.table'])
artifact['@cds.persistence.skip'] !== true && // might have value 'if-unused'
artifact['@cds.persistence.exists'] !== true &&
(!artifact.query && !artifact.projection || artifact['@cds.persistence.table'] === true)
)

@@ -205,0 +205,0 @@ }

@@ -118,3 +118,6 @@ const fs = require('fs');

try {
const response = await axios.get(url /* no auth required */);
const config = params.has('subdomain')
? { params: { subdomain: params.get('subdomain') } }
: undefined;
const response = await axios.get(url, config /* no auth required */);
responseData = response.data;

@@ -121,0 +124,0 @@ } catch (error) {

{
"name": "@sap/cds-dk",
"version": "8.1.1",
"version": "8.1.2",
"lockfileVersion": 3,

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

"name": "@sap/cds-dk",
"version": "8.1.1",
"version": "8.1.2",
"license": "SEE LICENSE IN LICENSE",

@@ -142,3 +142,3 @@ "dependencies": {

"node_modules/@eslint/js": {
"version": "9.8.0",
"version": "9.9.0",
"license": "MIT",

@@ -208,3 +208,3 @@ "engines": {

"node_modules/@sap/cds": {
"version": "8.1.0",
"version": "8.1.1",
"license": "SEE LICENSE IN LICENSE",

@@ -319,3 +319,3 @@ "dependencies": {

"node_modules/@sap/hdi-deploy": {
"version": "5.2.0",
"version": "5.2.1",
"hasInstallScript": true,

@@ -325,3 +325,3 @@ "license": "See LICENSE file",

"@sap/hdi": "4.5.2",
"@sap/xsenv": "5.1.0",
"@sap/xsenv": "5.2.0",
"async": "3.2.5",

@@ -353,6 +353,6 @@ "dotenv": "16.4.5",

"node_modules/@sap/xsenv": {
"version": "5.1.0",
"version": "5.2.0",
"license": "SEE LICENSE IN LICENSE file",
"dependencies": {
"debug": "4.3.4",
"debug": "4.3.5",
"node-cache": "^5.1.0",

@@ -458,3 +458,3 @@ "verror": "1.10.1"

"node_modules/axios": {
"version": "1.7.3",
"version": "1.7.4",
"license": "MIT",

@@ -733,3 +733,3 @@ "dependencies": {

"node_modules/debug": {
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",

@@ -880,3 +880,3 @@ "dependencies": {

"node_modules/eslint": {
"version": "9.8.0",
"version": "9.9.0",
"license": "MIT",

@@ -888,3 +888,3 @@ "dependencies": {

"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "9.8.0",
"@eslint/js": "9.9.0",
"@humanwhocodes/module-importer": "^1.0.1",

@@ -928,2 +928,10 @@ "@humanwhocodes/retry": "^0.3.0",

"url": "https://eslint.org/donate"
},
"peerDependencies": {
"jiti": "*"
},
"peerDependenciesMeta": {
"jiti": {
"optional": true
}
}

@@ -1359,3 +1367,3 @@ },

"node_modules/hdb": {
"version": "0.19.8",
"version": "0.19.9",
"license": "Apache-2.0",

@@ -1413,3 +1421,3 @@ "dependencies": {

"node_modules/ignore": {
"version": "5.3.1",
"version": "5.3.2",
"license": "MIT",

@@ -2320,3 +2328,3 @@ "engines": {

"node_modules/uglify-js": {
"version": "3.19.1",
"version": "3.19.2",
"license": "BSD-2-Clause",

@@ -2323,0 +2331,0 @@ "optional": true,

{
"name": "@sap/cds-dk",
"version": "8.1.1",
"version": "8.1.2",
"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