Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@getlatedev/node

Package Overview
Dependencies
Maintainers
3
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getlatedev/node - npm Package Compare versions

Comparing version
0.2.87
to
0.2.88
+35
-0
dist/index.mjs

@@ -276,2 +276,20 @@ var __defProp = Object.defineProperty;

};
var getYouTubeChannelInsights = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/youtube/channel-insights"
});
};
var getLinkedInOrgAggregateAnalytics = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/linkedin/org-aggregate-analytics"
});
};
var getTikTokAccountInsights = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/tiktok/account-insights"
});
};
var getYouTubeDailyViews = (options) => {

@@ -283,2 +301,8 @@ return (options?.client ?? client).get({

};
var getFacebookPageInsights = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/facebook/page-insights"
});
};
var getInstagramAccountInsights = (options) => {

@@ -290,2 +314,8 @@ return (options?.client ?? client).get({

};
var getInstagramFollowerHistory = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/instagram/follower-history"
});
};
var getInstagramDemographics = (options) => {

@@ -1935,4 +1965,9 @@ return (options?.client ?? client).get({

getAnalytics,
getYouTubeChannelInsights,
getLinkedInOrgAggregateAnalytics,
getTikTokAccountInsights,
getYouTubeDailyViews,
getFacebookPageInsights,
getInstagramAccountInsights,
getInstagramFollowerHistory,
getInstagramDemographics,

@@ -1939,0 +1974,0 @@ getYouTubeDemographics,

+1
-1
{
"name": "@getlatedev/node",
"version": "0.2.87",
"version": "0.2.88",
"description": "The official Node.js library for the Zernio API",

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

@@ -213,2 +213,3 @@ <p align="center">

| `analytics.getDailyMetrics()` | Get daily aggregated metrics |
| `analytics.getFacebookPageInsights()` | Get Facebook Page insights |
| `analytics.getGoogleBusinessPerformance()` | Get GBP performance metrics |

@@ -218,3 +219,5 @@ | `analytics.getGoogleBusinessSearchKeywords()` | Get GBP search keywords |

| `analytics.getInstagramDemographics()` | Get Instagram demographics |
| `analytics.getInstagramFollowerHistory()` | Get Instagram follower history |
| `analytics.getLinkedInAggregateAnalytics()` | Get LinkedIn aggregate stats |
| `analytics.getLinkedInOrgAggregateAnalytics()` | Get LinkedIn organization page aggregate analytics |
| `analytics.getLinkedInPostAnalytics()` | Get LinkedIn post stats |

@@ -224,2 +227,4 @@ | `analytics.getLinkedInPostReactions()` | Get LinkedIn post reactions |

| `analytics.getPostTimeline()` | Get post analytics timeline |
| `analytics.getTikTokAccountInsights()` | Get TikTok account-level insights |
| `analytics.getYouTubeChannelInsights()` | Get YouTube channel-level insights |
| `analytics.getYouTubeDailyViews()` | Get YouTube daily views |

@@ -226,0 +231,0 @@ | `analytics.getYouTubeDemographics()` | Get YouTube demographics |

@@ -92,2 +92,3 @@ import {

getDiscordSettings,
getFacebookPageInsights,
getFacebookPages,

@@ -108,5 +109,7 @@ getFollowerStats,

getInstagramDemographics,
getInstagramFollowerHistory,
getInstagramIceBreakers,
getLinkedInAggregateAnalytics,
getLinkedInMentions,
getLinkedInOrgAggregateAnalytics,
getLinkedInOrganizations,

@@ -130,2 +133,3 @@ getLinkedInPostAnalytics,

getTelegramConnectStatus,
getTikTokAccountInsights,
getTikTokCreatorInfo,

@@ -144,2 +148,3 @@ getUsageStats,

getWhatsAppTemplates,
getYouTubeChannelInsights,
getYouTubeDailyViews,

@@ -345,4 +350,9 @@ getYouTubeDemographics,

getAnalytics: getAnalytics,
getYouTubeChannelInsights: getYouTubeChannelInsights,
getLinkedInOrgAggregateAnalytics: getLinkedInOrgAggregateAnalytics,
getTikTokAccountInsights: getTikTokAccountInsights,
getYouTubeDailyViews: getYouTubeDailyViews,
getFacebookPageInsights: getFacebookPageInsights,
getInstagramAccountInsights: getInstagramAccountInsights,
getInstagramFollowerHistory: getInstagramFollowerHistory,
getInstagramDemographics: getInstagramDemographics,

@@ -349,0 +359,0 @@ getYouTubeDemographics: getYouTubeDemographics,

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