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

popbill

Package Overview
Dependencies
Maintainers
1
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.12.1 to 1.13.0

6

lib/BaseService.js

@@ -20,2 +20,8 @@ var Util = require('util');

if (this._config.IPRestrictOnOff != undefined){
this.IPRestrictOnOff = this._config.IPRestrictOnOff;
} else {
this.IPRestrictOnOff = true;
}
linkhub.initialize({

@@ -22,0 +28,0 @@ LinkID: this._config.LinkID,

2

package.json
{
"name": "popbill",
"version": "1.12.1",
"version": "1.13.0",
"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.12.1
팝빌 node.js SDK v1.13.0

@@ -4,0 +4,0 @@ ## Install

@@ -730,2 +730,2 @@ var popbill = require('./');

console.log(error);
});
});
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