New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cds-hyper-app-service

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cds-hyper-app-service

CAP Hyper ApplicationService, for extension

0.0.7
npm
Version published
Maintainers
1
Created
Source

CDS Hyper Application Service

hyper service implementation layer for CAP nodejs runtime

npm license npm type definitions codecov

Quality Gate Status Bugs Vulnerabilities Technical Debt

Get Started

install dependency

npm i -S cds-hyper-app-service

overwrite the app-service implementation

{
  "cds": {
    "requires": {
      "app-service": {
        "impl": "cds-hyper-app-service",
        "exts": ["builtIn"] // default value, developer could overwrite this config
      }
    }
  }
}

Built-in Extensions

  • Hyper Implementation - enhanced @impl annotation for entity/handler level
  • Hyper Repository - repository implementation like spring repository but applied to CAP nodejs runtime

Features

  • ApplicationServiceExt concept
    • optional beforeInit/afterInit method
    • support options for exts node
    • more context data
    • documentation/example

CHANGELOG

LICENSE

Keywords

CAP

FAQs

Package last updated on 09 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts