New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

popbill

Package Overview
Dependencies
Maintainers
0
Versions
76
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.60.4 to 1.60.5

4

lib/EasyFinBankService.js

@@ -432,4 +432,4 @@ var Util = require('util');

var targetURI = '/EasyFin/Bank/' + JobID;
if (!this._isNullOrEmpty(TradeType)) targetURI += '?TradeType=' + TradeType.toString();
var targetURI = '/EasyFin/Bank/' + JobID + '?TradeType=';
if (!this._isNullOrEmpty(TradeType)) targetURI += TradeType.toString();
if (!this._isNullOrEmpty(SearchString)) targetURI += '&SearchString=' + encodeURIComponent(SearchString);

@@ -436,0 +436,0 @@ if (!this._isNullOrEmpty(Page)) targetURI += '&Page=' + Page;

{
"name": "popbill",
"version": "1.60.4",
"version": "1.60.5",
"description": "Popbill API SDK for node. see www.popbill.com",

@@ -21,3 +21,4 @@ "author": "Kim Seongjun <pallet027@gmail.com>",

"dependencies": {
"linkhub": "^1.8.2"
"linkhub": "^1.8.2",
"popbill": "file:"
},

@@ -49,2 +50,2 @@ "repository": {

"license": "MIT"
}
}
# node-popbill
팝빌 node.js SDK v1.60.4
팝빌 node.js SDK v1.60.5

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