Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

popbill

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

popbill - npm Package Compare versions

Comparing version 1.54.1 to 1.55.0

BizInfoCheckTest.js

8

index.js

@@ -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) {

91

package.json
{
"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

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