Socket
Socket
Sign inDemoInstall

@sap/cds-hana

Package Overview
Dependencies
Maintainers
3
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.11.1 to 1.13.0

lib/customBuilder/CustomReferenceBuilder.js

12

CHANGELOG.md

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

## Version 1.13.0 - 2019-06-24
### Changed
- Updated version of @sap/cds-sql to 1.13.0
## Version 1.12.0 - 2019-05-24
### Changed
- Updated version of @sap/cds-sql to 1.12.0
## Version 1.11.1 - 2019-05-16

@@ -11,0 +23,0 @@

4

lib/client/Client.js

@@ -54,5 +54,5 @@ const hanaClient = require('./hanaClient')

this._hanaStream = require('@sap/hana-client/extension/Stream.js')
} else {
registerReconnect(this)
}
registerReconnect(this)
}

@@ -59,0 +59,0 @@

@@ -5,2 +5,8 @@ const cds = require('../cds')

class CustomSelectBuilder extends SelectBuilder {
get ReferenceBuilder () {
const ReferenceBuilder = require('./CustomReferenceBuilder')
Object.defineProperty(this, 'ReferenceBuilder', { value: ReferenceBuilder })
return ReferenceBuilder
}
_val (obj) {

@@ -7,0 +13,0 @@ if (typeof obj.val === 'boolean') {

@@ -16,2 +16,7 @@ const dependencies = {

return CustomSelectBuilder
},
get ReferenceBuilder () {
const CustomReferenceBuilder = require('./CustomReferenceBuilder')
Object.defineProperty(dependencies, 'ReferenceBuilder', { value: CustomReferenceBuilder })
return CustomReferenceBuilder
}

@@ -18,0 +23,0 @@ }

{
"name": "@sap/cds-hana",
"version": "1.11.1",
"version": "1.13.0",
"lockfileVersion": 1,

@@ -8,5 +8,5 @@ "requires": true,

"@sap/cds-sql": {
"version": "1.11.1"
"version": "1.13.0"
}
}
}

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

{"bundleDependencies":false,"dependencies":{"@sap/cds-sql":"1.11.1"},"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.11.1","license":"SEE LICENSE IN developer-license-3.1.txt"}
{"bundleDependencies":false,"dependencies":{"@sap/cds-sql":"1.13.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.13.0","license":"SEE LICENSE IN developer-license-3.1.txt"}

Sorry, the diff of this file is not supported yet

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