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

@cap-js/cds-types

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap-js/cds-types - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

7

package.json
{
"name": "@cap-js/cds-types",
"version": "0.6.3",
"version": "0.6.4",
"description": "Type definitions for main packages of CAP, like `@sap/cds`",

@@ -23,2 +23,3 @@ "repository": "github:cap-js/cds-types",

"test": "jest --silent",
"test:integration": "jest --silent --testMatch \"**/test/**/*.integrationtest.js\"",
"test:rollup": "npm run rollup; npm run rollup:on; npm run test; npm run rollup:off",

@@ -42,3 +43,3 @@ "rollup": "rm -rf dist/ && mkdir -p etc/ && npx -y @microsoft/api-extractor run --local --verbose && .github/rollup-patch.js",

"@eslint/js": "^9.2.0",
"@sap/cds": ">=7.5.0",
"@sap/cds": ">=8.0.0",
"@stylistic/eslint-plugin-js": "^2.1.0",

@@ -54,3 +55,3 @@ "@stylistic/eslint-plugin-ts": "^2.1.0",

"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.10",
"typescript-eslint": "^8.0.0-alpha.51",
"winston": "^3.13.0"

@@ -57,0 +58,0 @@ },

@@ -5,5 +5,14 @@ # cds-types

![Unit Tests passing](https://github.com/cap-js/cds-types/actions/workflows/test.yml/badge.svg)
[![npmjscom](https://img.shields.io/npm/v/@cap-js/cds-types?color=green&label=npmjs.com)](https://www.npmjs.com/package/@cap-js/cds-types)
![downloads](https://img.shields.io/npm/dw/@cap-js/cds-types)
[![deps](https://img.shields.io/librariesio/release/npm/@cap-js/cds-types?label=Dependencies)](https://www.npmjs.com/package/@cap-js/cds-types?activeTab=dependencies)
## About this project
[![main test](https://img.shields.io/github/actions/workflow/status/cap-js/cds-types/test.yml?label=main%20test)](https://github.com/cap-js/cds-types/actions/workflows/test.yml?query=branch%3Amain)
[![main integration test](https://img.shields.io/github/actions/workflow/status/cap-js/cds-types/integration-test.yml?label=main%20integration-test)](https://github.com/cap-js/cds-types/actions/workflows/integration-test.yml?query=branch%3Amain)
[![main lint](https://img.shields.io/github/actions/workflow/status/cap-js/cds-types/lint.yml?label=main%20lint)](https://github.com/cap-js/cds-types/actions/workflows/lint.yml?query=branch%3Amain)
## About this Project
Contains type definitions for the [Node.js SDK](https://cap.cloud.sap/docs/node.js/) of the SAP Cloud Application Programming Model (CAP).

@@ -17,2 +26,5 @@

## Note to Microsoft Windows Users
If you rename your project after you installed the type definitions on Windows, you have to rerun `npm install` to correctly recreate the symlink `node_modules/@types/sap__cds`.
## Support, Feedback, Contributing

@@ -19,0 +31,0 @@

#!/usr/bin/env node
/* eslint-disable @typescript-eslint/no-var-requires*/
/* eslint-disable no-undef */
/* eslint-disable @typescript-eslint/no-require-imports */
const fs = require('node:fs')

@@ -6,0 +6,0 @@ const { join, relative, dirname } = require('node:path')

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