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
1
Versions
225
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.1.32
to
0.1.33
+28
-0
dist/index.js

@@ -341,2 +341,26 @@ "use strict";

};
var getDailyMetrics = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/daily-metrics"
});
};
var getBestTimeToPost = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/best-time"
});
};
var getContentDecay = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/content-decay"
});
};
var getPostingFrequency = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/posting-frequency"
});
};
var listAccountGroups = (options) => {

@@ -1183,2 +1207,6 @@ return (options?.client ?? client).get({

getYouTubeDailyViews,
getDailyMetrics,
getBestTimeToPost,
getContentDecay,
getPostingFrequency,
getLinkedInAggregateAnalytics,

@@ -1185,0 +1213,0 @@ getLinkedInPostAnalytics

@@ -312,2 +312,26 @@ var __defProp = Object.defineProperty;

};
var getDailyMetrics = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/daily-metrics"
});
};
var getBestTimeToPost = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/best-time"
});
};
var getContentDecay = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/content-decay"
});
};
var getPostingFrequency = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/analytics/posting-frequency"
});
};
var listAccountGroups = (options) => {

@@ -1154,2 +1178,6 @@ return (options?.client ?? client).get({

getYouTubeDailyViews,
getDailyMetrics,
getBestTimeToPost,
getContentDecay,
getPostingFrequency,
getLinkedInAggregateAnalytics,

@@ -1156,0 +1184,0 @@ getLinkedInPostAnalytics

+1
-1
{
"name": "@getlatedev/node",
"version": "0.1.32",
"version": "0.1.33",
"description": "The official Node.js library for the Late API",

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

@@ -206,4 +206,8 @@ <p align="center">

| `analytics.getAnalytics()` | Get post analytics |
| `analytics.getBestTimeToPost()` | Get best times to post |
| `analytics.getContentDecay()` | Get content performance decay |
| `analytics.getDailyMetrics()` | Get daily aggregated metrics |
| `analytics.getLinkedInAggregateAnalytics()` | Get LinkedIn aggregate stats |
| `analytics.getLinkedInPostAnalytics()` | Get LinkedIn post stats |
| `analytics.getPostingFrequency()` | Get posting frequency vs engagement |
| `analytics.getYouTubeDailyViews()` | Get YouTube daily views |

@@ -210,0 +214,0 @@

@@ -41,3 +41,6 @@ import {

getAnalytics,
getBestTimeToPost,
getConnectUrl,
getContentDecay,
getDailyMetrics,
getFacebookPages,

@@ -65,2 +68,3 @@ getFollowerStats,

getPostLogs,
getPostingFrequency,
getProfile,

@@ -220,2 +224,6 @@ getRedditFeed,

getYouTubeDailyViews: getYouTubeDailyViews,
getDailyMetrics: getDailyMetrics,
getBestTimeToPost: getBestTimeToPost,
getContentDecay: getContentDecay,
getPostingFrequency: getPostingFrequency,
getLinkedInAggregateAnalytics: getLinkedInAggregateAnalytics,

@@ -222,0 +230,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