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

@sap/cds-mtxs

Package Overview
Dependencies
Maintainers
0
Versions
66
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 2.4.1 to 2.4.2

6

CHANGELOG.md

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

## Version 2.4.2 - 2024-12-18
### Fixed
- The annotation check of the extension linter can now properly handle extensions like `extend service CatalogService with @cds.query.limit;`
## Version 2.4.1 - 2024-12-05

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

2

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

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

@@ -130,3 +130,3 @@ const LinterMessage = require('./message')

const entityOrService = annotation.element.annotate ?? annotation.parent?.annotate ?? annotation.parent?.extend
const entityOrService = annotation.element.annotate ?? annotation.element.extend ?? annotation.parent?.annotate ?? annotation.parent?.extend

@@ -133,0 +133,0 @@ if (!extCsn.definitions[entityOrService]) {

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