ngin_client
Advanced tools
Comparing version 0.2.53 to 0.2.54
{ | ||
"name": "ngin_client", | ||
"version": "0.2.53", | ||
"version": "0.2.54", | ||
"description": "Node client for interacting with the NGIN API services", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -166,3 +166,3 @@ "use strict" | ||
if (options.page || !pagination || (pagination && pagination.total_pages === 1)) { | ||
list._pagination = pagination | ||
if (options.page !== 0) list._pagination = pagination | ||
return callback(err, list, resp) | ||
@@ -169,0 +169,0 @@ } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
103128
65