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

popbill

Package Overview
Dependencies
Maintainers
0
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.60.3 to 1.60.4

9

lib/FaxService.js

@@ -902,8 +902,9 @@ var Util = require('util')

targetURI += '&State=' + State
if (ReserveYN)
targetURI += '&ReserveYN=1'
if (SenderOnly)
targetURI += '&SenderOnly=1'
if (SenderOnly) {
targetURI += '&SenderOnly=1';
}else{
targetURI += '&SenderOnly=0';
}
if (!this._isNullOrEmpty(Order))

@@ -910,0 +911,0 @@ targetURI += '&Order=' + Order

@@ -886,3 +886,7 @@ var Util = require('util')

if (!this._isNullOrEmpty(ReserveYN)) targetURI += '&ReserveYN=' + ReserveYN
if (SenderYN) targetURI += '&SenderYN=1'
if (SenderYN) {
targetURI += '&SenderOnly=1';
}else{
targetURI += '&SenderOnly=0';
}
if (!this._isNullOrEmpty(Page)) targetURI += '&Page=' + Page

@@ -889,0 +893,0 @@ if (!this._isNullOrEmpty(PerPage)) targetURI += '&PerPage=' + PerPage

@@ -791,3 +791,7 @@ var Util = require('util');

if (!this._isNullOrEmpty(ReserveYN)) if(ReserveYN) targetURI += '&ReserveYN=1'
if (!this._isNullOrEmpty(SenderYN)) if(SenderYN) targetURI += '&SenderYN=1'
if (SenderYN) {
targetURI += '&SenderOnly=1';
}else{
targetURI += '&SenderOnly=0';
}
if (!this._isNullOrEmpty(Order))targetURI += '&Order=' + Order;

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

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

@@ -5,0 +5,0 @@ "author": "Kim Seongjun <pallet027@gmail.com>",

# node-popbill
팝빌 node.js SDK v1.60.3
팝빌 node.js SDK v1.60.4

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