Socket
Socket
Sign inDemoInstall

@sap/hdi-deploy

Package Overview
Dependencies
Maintainers
0
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/hdi-deploy - npm Package Compare versions

Comparing version 5.2.2 to 5.2.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 5.2.3
Fixes:
- added reference property to validation checks of privilege names and their properties in .hdbgrants and .hdbrevokes files
## 5.2.2

@@ -2,0 +6,0 @@ Fixes:

2

lib/privileges/privilege_utils.js

@@ -53,3 +53,3 @@ 'use strict';

const valid_entry_names = ['system_privileges', 'schema_privileges', 'global_roles', 'schema_roles', 'object_privileges', 'global_object_privileges', 'roles', 'container_roles'];
const valid_entry_properties = ['roles', 'privileges', 'privileges_with_admin_option', 'roles_with_admin_option', 'name', 'type', 'schema', 'privileges_with_grant_option', 'names'];
const valid_entry_properties = ['roles', 'privileges', 'privileges_with_admin_option', 'roles_with_admin_option', 'name', 'type', 'schema', 'reference', 'privileges_with_grant_option', 'names'];
function onFail (error) {

@@ -56,0 +56,0 @@ const pjson = require('../../package.json');

{
"name": "@sap/hdi-deploy",
"version": "5.2.2",
"version": "5.2.3",
"lockfileVersion": 2,

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

"name": "@sap/hdi-deploy",
"version": "5.2.2",
"version": "5.2.3",
"hasInstallScript": true,

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

"node_modules/@sap/hana-client": {
"version": "2.20.23",
"version": "2.21.31",
"devOptional": true,

@@ -255,3 +255,3 @@ "hasInstallScript": true,

"node_modules/uglify-js": {
"version": "3.19.2",
"version": "3.19.3",
"optional": true,

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

"@sap/hana-client": {
"version": "2.20.23",
"version": "2.21.31",
"devOptional": true,

@@ -423,3 +423,3 @@ "requires": {

"uglify-js": {
"version": "3.19.2",
"version": "3.19.3",
"optional": true

@@ -426,0 +426,0 @@ },

{
"name": "@sap/hdi-deploy",
"description": "HDI content deployment",
"version": "5.2.2",
"version": "5.2.3",
"license": "See LICENSE file",

@@ -29,4 +29,4 @@ "repository": {},

"devDependencies": {
"@sap/hana-client": "~2.20.22",
"hdb": "~0.19.8",
"@sap/hana-client": "~2.21.31",
"hdb": "~0.19.9",
"command-line-args": "^4.0.7",

@@ -33,0 +33,0 @@ "command-line-usage": "^4.0.2",

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