New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@zernio/node

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zernio/node - npm Package Compare versions

Comparing version
0.2.38
to
0.2.39
+14
-0
dist/index.mjs

@@ -330,2 +330,14 @@ var __defProp = Object.defineProperty;

};
var getGoogleBusinessPerformance = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/googlebusiness/performance"
});
};
var getGoogleBusinessSearchKeywords = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/googlebusiness/search-keywords"
});
};
var listAccountGroups = (options) => {

@@ -1972,2 +1984,4 @@ return (options?.client ?? client).get({

getPostTimeline,
getGoogleBusinessPerformance,
getGoogleBusinessSearchKeywords,
getLinkedInAggregateAnalytics,

@@ -1974,0 +1988,0 @@ getLinkedInPostAnalytics,

+1
-1
{
"name": "@zernio/node",
"version": "0.2.38",
"version": "0.2.39",
"description": "The official Node.js library for the Zernio API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -211,2 +211,4 @@ <p align="center">

| `analytics.getDailyMetrics()` | Get daily aggregated metrics |
| `analytics.getGoogleBusinessPerformance()` | Get Google Business Profile performance metrics |
| `analytics.getGoogleBusinessSearchKeywords()` | Get Google Business Profile search keywords |
| `analytics.getInstagramAccountInsights()` | Get Instagram account-level insights |

@@ -213,0 +215,0 @@ | `analytics.getInstagramDemographics()` | Get Instagram audience demographics |

@@ -97,3 +97,5 @@ import {

getGoogleBusinessLocationDetails,
getGoogleBusinessPerformance,
getGoogleBusinessReviews,
getGoogleBusinessSearchKeywords,
getInboxConversation,

@@ -356,2 +358,4 @@ getInboxConversationMessages,

getPostTimeline: getPostTimeline,
getGoogleBusinessPerformance: getGoogleBusinessPerformance,
getGoogleBusinessSearchKeywords: getGoogleBusinessSearchKeywords,
getLinkedInAggregateAnalytics: getLinkedInAggregateAnalytics,

@@ -358,0 +362,0 @@ getLinkedInPostAnalytics: getLinkedInPostAnalytics,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display