@getlatedev/node
Advanced tools
+35
-0
@@ -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", |
+5
-0
@@ -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 | |
+10
-0
@@ -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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1603170
2.77%34834
2.19%603
0.84%180
59.29%33
10%