@getlatedev/node
Advanced tools
+7
-0
@@ -389,2 +389,8 @@ "use strict"; | ||
| }; | ||
| var getPostTimeline = (options) => { | ||
| return (options?.client ?? client).get({ | ||
| ...options, | ||
| url: "/v1/analytics/post-timeline" | ||
| }); | ||
| }; | ||
| var listAccountGroups = (options) => { | ||
@@ -1244,2 +1250,3 @@ return (options?.client ?? client).get({ | ||
| getPostingFrequency, | ||
| getPostTimeline, | ||
| getLinkedInAggregateAnalytics, | ||
@@ -1246,0 +1253,0 @@ getLinkedInPostAnalytics |
+7
-0
@@ -360,2 +360,8 @@ var __defProp = Object.defineProperty; | ||
| }; | ||
| var getPostTimeline = (options) => { | ||
| return (options?.client ?? client).get({ | ||
| ...options, | ||
| url: "/v1/analytics/post-timeline" | ||
| }); | ||
| }; | ||
| var listAccountGroups = (options) => { | ||
@@ -1215,2 +1221,3 @@ return (options?.client ?? client).get({ | ||
| getPostingFrequency, | ||
| getPostTimeline, | ||
| getLinkedInAggregateAnalytics, | ||
@@ -1217,0 +1224,0 @@ getLinkedInPostAnalytics |
+1
-1
| { | ||
| "name": "@getlatedev/node", | ||
| "version": "0.1.36", | ||
| "version": "0.1.37", | ||
| "description": "The official Node.js library for the Late API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+1
-0
@@ -212,2 +212,3 @@ <p align="center"> | ||
| | `analytics.getPostingFrequency()` | Get posting frequency vs engagement | | ||
| | `analytics.getPostTimeline()` | Get post analytics timeline | | ||
| | `analytics.getYouTubeDailyViews()` | Get YouTube daily views | | ||
@@ -214,0 +215,0 @@ |
+2
-0
@@ -67,2 +67,3 @@ import { | ||
| getPostLogs, | ||
| getPostTimeline, | ||
| getPostingFrequency, | ||
@@ -241,2 +242,3 @@ getProfile, | ||
| getPostingFrequency: getPostingFrequency, | ||
| getPostTimeline: getPostTimeline, | ||
| getLinkedInAggregateAnalytics: getLinkedInAggregateAnalytics, | ||
@@ -243,0 +245,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
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 1 instance 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
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 1 instance 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
795404
0.87%17933
1.02%426
0.24%30
11.11%