Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap/cds-mtxs

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/cds-mtxs - npm Package Compare versions

Comparing version 1.18.2 to 1.18.3

6

CHANGELOG.md

@@ -9,2 +9,8 @@ # Change Log

## Version 1.8.3 - 2024-07-30
### Fixed
- Scope check for `cds.xt.JobService.enqueue()´ is now more restrictive.
## Version 1.18.2 - 2024-06-24

@@ -11,0 +17,0 @@

2

package.json
{
"name": "@sap/cds-mtxs",
"version": "1.18.2",
"version": "1.18.3",
"description": "SAP Cloud Application Programming Model - Multitenancy library",

@@ -5,0 +5,0 @@ "homepage": "https://cap.cloud.sap/",

@@ -22,3 +22,4 @@ const cds = require('@sap/cds/lib')

const { 'cds.xt.JobsService': js } = cds.services
return js.enqueue('extend', [new Set([tenant])], [csvs])
const tx = js.tx({ tenant: tenant ?? cds.context.tenant, user: new cds.User.Privileged() })
return tx.enqueue('extend', [new Set([tenant])], [csvs])
} else {

@@ -25,0 +26,0 @@ const { 'cds.xt.DeploymentService': ds } = cds.services

@@ -54,2 +54,3 @@ const { inspect } = require('util')

})
super.init()
}

@@ -56,0 +57,0 @@

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