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
2
Versions
220
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.36
to
0.1.37
+7
-0
dist/index.js

@@ -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

@@ -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",

@@ -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 @@

@@ -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