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

buzzapi

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buzzapi - npm Package Compare versions

Comparing version

to
1.3.11

@@ -211,5 +211,5 @@ const https = require("https");

debug("Got result for ", messageId);
if (json.api_result_data.hasOwnProperty("api_paging_last_page")) {
if (json.api_result_data.hasOwnProperty("api_result_is_last_page")) {
return resolve(messageId, {
lastPage: json.api_result_data.api_paging_last_page,
lastPage: json.api_result_data.api_result_is_last_page,
result: json.api_result_data.api_result_data

@@ -216,0 +216,0 @@ });

{
"name": "buzzapi",
"version": "1.3.10",
"version": "1.3.11",
"description": "Simple node library for interacting with buzzapi",

@@ -5,0 +5,0 @@ "repository": "https://github.com/stuartf/buzzapi-node.git",