{"analyzedAt":"2022-07-12T18:26:03.743Z","collected":{"metadata":{"name":"@ibsolution/types-hana-client","scope":"ibsolution","version":"2.8.20-r1","description":"Typescript support/bindings on top of @sap/hana-client SAP Nodejs module to work with Hana DB from Nodejs application.","keywords":["sap","hana","client","hana-client","typings","types"],"date":"2021-06-02T13:08:09.908Z","author":{"name":"IBsolution GmbH","url":"https://ibsolution.de/"},"publisher":{"username":"nazarkulyk","email":"nazar.kulyk@ibsolution.de"},"maintainers":[{"username":"nazarkulyk","email":"nazar.kulyk@ibsolution.de"}],"contributors":[{"name":"Nazar Kulyk","email":"nazar.kulyk@ibsolution.de","url":"https://github.com/nazarkulyk"}],"repository":{"type":"git","url":"git+ssh://git@github.com/ibsolution-de/types-hana-client.git"},"links":{"npm":"https://www.npmjs.com/package/%40ibsolution%2Ftypes-hana-client","homepage":"https://github.com/ibsolution-de/types-hana-client","repository":"https://github.com/ibsolution-de/types-hana-client","bugs":"https://github.com/ibsolution-de/types-hana-client/issues"},"license":"Apache-2.0","dependencies":{"@sap/hana-client":"^2.8.20"},"devDependencies":{"dtslint":"github:Microsoft/dtslint#production","types-publisher":"github:Microsoft/types-publisher#production"},"bundledDependencies":["@sap/hana-client"],"releases":[{"from":"2022-06-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0},{"from":"2022-04-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0},{"from":"2022-01-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":1},{"from":"2021-07-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":1},{"from":"2020-07-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":3}],"readme":"# Typings for @sap/hana-client\n\nTypescript support/bindings on top of @sap/hana-client SAP Nodejs module to work with Hana DB from Nodejs application.\n\nCurrently SAP missing Typescript Typings for their module. So we decided to share our code to opensource community.\n\n## Installation\n\nAdd module depency by executing this command inside your project folder:\n\n```\nnpm install --save-dev @ibsolution/types-hana-client\n```\n\nOr add it from github repository:\n\n```\nnpm install --save-dev github:ibsolution-de/types-hana-client\n```\n\n## Usage\n\nBasic example how to start using @sap/hana-client in Typescript:\n\n```\nimport { ConnectionOptions, createConnection } from '@ibsolution/types-hana-client';\n\nconst options: ConnectionOptions = {\n    host    : 'myserver',\n    port    : '30015',\n    uid     : 'system',\n    pwd     : 'manager'\n};\n\nconst connection = createConnection();\nconnection.connect(options, err => {\n    if (err) {\n        throw new Error(err);\n    }\n\n    // do something\n\n    // and disconnect\n    connection.disconnect(err => {\n        if (err) {\n            throw new Error(err);\n        }\n    });\n});\n```\n\n## Support\n\nIf you are interested to get support from us, please feel free to contact us\nby using our support contact page\n\nhttps://www.ibsolution.com/ibsolution-service-request\n\nor repository maintainer with email.\n\n## DISCLAMER\n\nThe IBsolution GmbH Materials may include certain third party free or open source components (\"FOSS Components\"). You may have additional rights in such FOSS Components that are provided by the third party licensors of those components.\n\nThe IBsolution GmbH Materials may require certain third party software dependencies (\"Dependencies\") for the use or operation of such IBsolution GmbH Materials. These dependencies may be identified by IBsolution GmbH in NPM Package json files, product documentation or by other means. IBsolution GmbH does not grant You any rights in or to such Dependencies under this Developer Agreement. You are solely responsible for the acquisition, installation and use of Dependencies. IBsolution GmbH DOES NOT MAKE ANY REPRESENTATIONS OR WARRANTIES IN RESPECT OF DEPENDENCIES, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR A PARTICULAR PURPOSE. IN PARTICULAR, IBsolution GmbH DOES NOT WARRANT THAT DEPENDENCIES WILL BE AVAILABLE, ERROR FREE, INTEROPERABLE WITH THE IBsolution GmbH MATERIALS, SUITABLE FOR ANY PARTICULAR PURPOSE OR NON-INFRINGING. YOU ASSUME ALL RISKS ASSOCIATED WITH THE USE OF DEPENDENCIES, INCLUDING WITHOUT LIMITATION RISKS RELATING TO QUALITY, AVAILABILITY, PERFORMANCE, DATA LOSS, UTILITY IN A PRODUCTION ENVIRONMENT, AND NON-INFRINGEMENT. IN NO EVENT WILL IBsolution GmbH BE LIABLE DIRECTLY OR INDIRECTLY IN RESPECT OF ANY USE OF DEPENDENCIES BY YOU."},"npm":{"downloads":[{"from":"2022-07-11T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":44},{"from":"2022-07-05T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":250},{"from":"2022-06-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":845},{"from":"2022-04-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":3187},{"from":"2022-01-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":7167},{"from":"2021-07-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":13183}],"starsCount":0},"github":{"starsCount":0,"forksCount":2,"subscribersCount":4,"issues":{"count":1,"openCount":1,"distribution":{"3600":0,"10800":0,"32400":0,"97200":0,"291600":0,"874800":0,"2624400":0,"7873200":0,"23619600":0,"70858800":1,"212576400":0},"isDisabled":true},"contributors":[{"username":"nazarkulyk","commitsCount":16}],"commits":[{"from":"2022-07-05T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0},{"from":"2022-06-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0},{"from":"2022-04-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0},{"from":"2022-01-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0},{"from":"2021-07-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0}]},"source":{"files":{"readmeSize":2792,"testsSize":0,"hasNpmIgnore":true,"hasChangelog":true}}},"evaluation":{"quality":{"carefulness":0.8699999999999999,"tests":0,"health":1,"branding":0},"popularity":{"communityInterest":7,"downloadsCount":1062.3333333333333,"downloadsAcceleration":-1.0630707762557057,"dependentsCount":0},"maintenance":{"releasesFrequency":0.3113013698630137,"commitsFrequency":0,"openIssues":0.5,"issuesDistribution":0.5}},"score":{"final":0.47784820758273855,"detail":{"quality":0.5337388399448031,"popularity":0.058717476843548215,"maintenance":0.849072682011588}}}