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
2
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.2.0 to 0.3.0-beta.1

dist/cds-types.d.ts

37

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

@@ -14,5 +14,5 @@ "repository": "github:cap-js/cds-types",

"license": "SEE LICENSE IN LICENSE",
"typings": "apis/cds.d.ts",
"typings": "dist/cds-types.d.ts",
"files": [
"apis/",
"dist/",
"LICENSE",

@@ -23,24 +23,31 @@ "README.md"

"test": "jest --silent",
"api-extractor": "api-extractor run --local --verbose",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"setup": "npm i && npm i file:. --no-save --force"
"rollup": "rm -rf dist/ && mkdir -p etc/ && npx -y @microsoft/api-extractor run --local --verbose && .github/rollup-patch.js",
"rollup:on": "npm pkg set typings=dist/cds-types.d.ts && [ -d 'apis' ] && mv -- apis -apis || true",
"rollup:off": "npm pkg set typings=apis/cds.d.ts && [ -d '-apis' ] && mv -- -apis apis || true",
"lint": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"setup": "npm i && npm i file:. --no-save --force",
"prerelease:ci-fix": ".github/prerelease-fix.js"
},
"peerDependencies": {
"@sap/cds": ">=7"
"@sap/cds": ">=7 || ^8.0.0-beta"
},
"dependencies": {
"@types/express": "^4.17.21"
},
"devDependencies": {
"@sap/cds": "^7.5.0",
"@stylistic/eslint-plugin": "^1.5.3",
"@eslint/js": "^9.2.0",
"@sap/cds": ">=7.5.0",
"@stylistic/eslint-plugin-js": "^2.1.0",
"@stylistic/eslint-plugin-ts": "^2.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"axios": "^1.6.2",
"chai": "^4.3.10",
"eslint": "^8.56.0",
"eslint": "^9.2.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2",
"winston": "^3.11.0"
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.10",
"winston": "^3.13.0"
},

@@ -47,0 +54,0 @@ "jest": {

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