Socket
Socket
Sign inDemoInstall

@sap/cds-hana

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/cds-hana - npm Package Compare versions

Comparing version 1.25.1 to 1.25.2

LICENSE

5

CHANGELOG.md

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

## Version 1.25.2 - 2020-08-12
### Fixed
- README and LICENSE
## Version 1.25.1 - 2020-03-20

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

36

package.json

@@ -1,1 +0,35 @@

{"bundleDependencies":false,"dependencies":{"@sap/cds-sql":"^1.24.0"},"deprecated":false,"description":"Driver package for access to hana database, including setting up the client, configuring all the necessary options to initiate the connection and handling database specifics so that they can be processed on our end.","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-hana","version":"1.25.1","license":"SEE LICENSE IN developer-license-3.1.txt"}
{
"name": "@sap/cds-hana",
"version": "1.25.2",
"homepage": "https://cap.cloud.sap/",
"keywords": [
"CAP",
"CDS"
],
"author": "SAP SE (https://www.sap.com)",
"license": "See LICENSE file",
"dependencies": {
"@sap/cds-sql": "^1.24.0"
},
"engines": {
"node": ">= 8.9.0"
},
"main": "lib/index.js",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"{lib,test}/**/*.js": [
"prettier-standard",
"standard --fix",
"git add"
]
},
"files": [
"index.js",
"lib",
"LICENSE"
]
}

22

README.md

@@ -1,20 +0,6 @@

# cds-hana #
# @sap/cds-hana
Driver package for access to hana database, including setting up the client, configuring all the necessary options to initiate the connection and handling database specifics so that they can be processed on our end.
The `@sap/cds-runtime` module is the successor of `@sap/cds-hana`. Please note that future development and bug fixes will be provided in the `@sap/cds-runtime` module only.
## Overview ##
TBD
## Prerequisites ##
* @sap/cds-sql
## Installation ##
~~~~
npm install
~~~~
## Usage/Configuration ##
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