Socket
Socket
Sign inDemoInstall

@sap/cds-sql

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/cds-sql - npm Package Compare versions

Comparing version 1.24.0 to 1.24.1

LICENSE

5

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## Version 1.24.1 - 2020-08-12
### Fixed
- README and LICENSE
## Version 1.24.0 - 2020-03-19

@@ -11,0 +16,0 @@

38

package.json

@@ -1,1 +0,37 @@

{"bundleDependencies":false,"dependencies":{"@sap/cds-foss":"^1.1.0"},"deprecated":false,"description":"This package offers a factory method to build a SQL string from a CQN object and a BaseClient which performs default post processing to be used by the inheriting clients.","engines":{"node":">= 8.9.0"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"{lib,test}/**/*.js":["prettier-standard","standard --fix","git add"]},"main":"lib/index.js","name":"@sap/cds-sql","scripts":{"format":"prettier-standard 'lib/**/*.js' 'test/**/*.js' && standard --fix"},"version":"1.24.0","license":"SEE LICENSE IN developer-license-3.1.txt"}
{
"name": "@sap/cds-sql",
"version": "1.24.1",
"homepage": "https://cap.cloud.sap/",
"keywords": [
"CAP",
"CDS"
],
"author": "SAP SE (https://www.sap.com)",
"license": "See LICENSE file",
"dependencies": {
"@sap/cds-foss": "^1.1.0"
},
"scripts": {
"format": "prettier-standard 'lib/**/*.js' 'test/**/*.js' && standard --fix"
},
"engines": {
"node": ">= 8.9.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"{lib,test}/**/*.js": [
"prettier-standard",
"standard --fix",
"git add"
]
},
"main": "lib/index.js",
"files": [
"lib",
"LICENSE"
]
}

23

README.md

@@ -1,21 +0,6 @@

# CDX SQL
# @sap/cds-sql
This package offers a factory method to build a SQL string from a CQN object and a BaseClient which performs default post processing to be used by the inheriting clients.
The `@sap/cds-runtime` module is the successor of `@sap/cds-sql`. Please note that future development and bug fixes will be provided in the `@sap/cds-runtime` module only.
## Overview ##
TBD
## Prerequisites ##
Dependencies: N/A
## Installation ##
~~~~
npm install
~~~~
## Usage/Configuration ##
### Examples ###
TBD
## Reference ##
TBD
## License
This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3.1.txt).
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