Comparing version 1.54.1 to 1.55.0
@@ -10,2 +10,3 @@ var TaxinvoiceService = require('./lib/TaxinvoiceService'); | ||
var ClosedownService = require('./lib/ClosedownService'); | ||
var BizInfoCheckService = require('./lib/BizInfoCheckService'); | ||
var EasyFinBankService = require('./lib/EasyFinBankService'); | ||
@@ -90,2 +91,9 @@ var AccountCheckService = require('./lib/AccountCheckService'); | ||
exports.BizInfoCheckService = function () { | ||
if (!this._BizInfoCheckService) { | ||
this._BizInfoCheckService = new BizInfoCheckService(configuration); | ||
} | ||
return this._BizInfoCheckService; | ||
} | ||
exports.EasyFinBankService = function () { | ||
@@ -92,0 +100,0 @@ if (!this._EasyFinBankService) { |
{ | ||
"name": "popbill", | ||
"version": "1.54.1", | ||
"description": "Popbill API SDK for node. see www.popbill.com", | ||
"author": "Kim Seongjun <pallet027@gmail.com>", | ||
"contributors": [ | ||
{ | ||
"name": "Kim Seongjun", | ||
"email": "pallet027@gmail.com" | ||
"name": "popbill", | ||
"version": "1.55.0", | ||
"description": "Popbill API SDK for node. see www.popbill.com", | ||
"author": "Kim Seongjun <pallet027@gmail.com>", | ||
"contributors": [ | ||
{ | ||
"name": "Kim Seongjun", | ||
"email": "pallet027@gmail.com" | ||
}, | ||
{ | ||
"name": "JeongYohan", | ||
"email": "code@linkhubcorp.com" | ||
} | ||
], | ||
"main": "index.js", | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
{ | ||
"name": "JeongYohan", | ||
"email": "code@linkhubcorp.com" | ||
} | ||
], | ||
"main": "index.js", | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"dependencies": { | ||
"linkhub": "^1.7.0", | ||
"sync-request": "^2.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/linkhub-sdk/node-popbill.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/linkhub-sdk/node-popbill/issues" | ||
}, | ||
"keywords": [ | ||
"popbill", | ||
"taxinvoice", | ||
"cashbill", | ||
"statement", | ||
"closedown", | ||
"hometax", | ||
"SMS", | ||
"KakaoTalk", | ||
"FAX", | ||
"api", | ||
"sdk" | ||
], | ||
"preferGlobal": true, | ||
"subdomain": "popbill", | ||
"license": "MIT" | ||
"dependencies": { | ||
"linkhub": "^1.7.0", | ||
"sync-request": "^2.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/linkhub-sdk/node-popbill.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/linkhub-sdk/node-popbill/issues" | ||
}, | ||
"keywords": [ | ||
"popbill", | ||
"taxinvoice", | ||
"cashbill", | ||
"statement", | ||
"closedown", | ||
"bizinfocheck", | ||
"hometax", | ||
"accountcheck", | ||
"SMS", | ||
"KakaoTalk", | ||
"FAX", | ||
"api", | ||
"sdk" | ||
], | ||
"preferGlobal": true, | ||
"subdomain": "popbill", | ||
"license": "MIT" | ||
} | ||
# node-popbill | ||
팝빌 node.js SDK v1.54.1 | ||
팝빌 node.js SDK v1.55.0 | ||
@@ -4,0 +4,0 @@ ## Install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
419834
31
9869