xendit-node
Advanced tools
Comparing version 1.0.1 to 1.0.2
# CHANGELOG | ||
## 2020-02-07 | ||
- Hotfix index definition file | ||
## 2020-01-13 | ||
- [#41](https://github.com/xendit/xendit-node/pull/41) LICENSE & miscellaneous docs updates | ||
## 2020-01-09 | ||
@@ -4,0 +12,0 @@ |
@@ -1,1 +0,3 @@ | ||
export { default } from './src/xendit'; | ||
import Xendit from './src/xendit'; | ||
export = Xendit; |
{ | ||
"name": "xendit-node", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "NodeJS client for Xendit API", | ||
@@ -13,3 +13,5 @@ "main": "index.js", | ||
"gentoc": "markdown-toc -i README.md", | ||
"release": "np" | ||
"release": "np", | ||
"report": "nyc -r text -r lcov npm run test", | ||
"coveralls": "cat coverage/lcov.info | coveralls" | ||
}, | ||
@@ -61,2 +63,3 @@ "repository": { | ||
"chai-as-promised": "^7.1.1", | ||
"coveralls": "^3.0.9", | ||
"dotenv": "^8.1.0", | ||
@@ -72,2 +75,3 @@ "eslint": "^6.4.0", | ||
"np": "^5.1.2", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.18.2", | ||
@@ -74,0 +78,0 @@ "typescript": "^3.7.4" |
# Xendit API Node.js Client | ||
![](https://github.com/xendit/xendit-node/workflows/Code%20Linting/badge.svg) | ||
![](https://github.com/xendit/xendit-node/workflows/Integration%20Tests/badge.svg) | ||
[![Coverage Status](https://coveralls.io/repos/github/xendit/xendit-node/badge.svg)](https://coveralls.io/github/xendit/xendit-node) | ||
This library is the abstraction of Xendit API for access from applications written with server-side Javascript. | ||
@@ -8,3 +12,3 @@ | ||
**Note**: This library is only meant for usage from server-side with Xendit secret API key. | ||
For PCI compliance to be maintained, tokenization of credt cards info should be done on client side with [Xendit.js](https://docs.xendit.co/xenpayments/payments-credit-cards-overview/credit-cards-integration-and-testing/collecting-card-details-tokenization/index.html). | ||
For PCI compliance to be maintained, tokenization of credit cards info should be done on client side with [Xendit.js](https://docs.xendit.co/xenpayments/payments-credit-cards-overview/credit-cards-integration-and-testing/collecting-card-details-tokenization/index.html). | ||
@@ -65,3 +69,3 @@ <!-- toc --> | ||
Please check [Xendit Docs](https://docs.xendit.co/en/index.html) | ||
Please check [Xendit API Reference](https://xendit.github.io/apireference/). | ||
@@ -76,3 +80,3 @@ ## Installation | ||
Configure package with your account's API keys | ||
Configure package with your account's **secret key** obtained from your [Xendit Dashboard](https://dashboard.xendit.co/settings/developers#api-keys). | ||
@@ -79,0 +83,0 @@ ```js |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95094
102
2338
717
19