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
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.40
to
0.1.41
+8
-8
dist/index.js

@@ -808,2 +808,8 @@ "use strict";

};
var getLinkedInPostReactions = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/accounts/{accountId}/linkedin-post-reactions"
});
};
var updateLinkedInOrganization = (options) => {

@@ -1067,8 +1073,2 @@ return (options?.client ?? client).put({

};
var getPostReactions = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/inbox/reactions/{postId}"
});
};
var hideInboxComment = (options) => {

@@ -1259,3 +1259,4 @@ return (options?.client ?? client).post({

getLinkedInAggregateAnalytics,
getLinkedInPostAnalytics
getLinkedInPostAnalytics,
getLinkedInPostReactions
};

@@ -1494,3 +1495,2 @@ /**

deleteInboxComment,
getPostReactions,
hideInboxComment,

@@ -1497,0 +1497,0 @@ unhideInboxComment,

@@ -779,2 +779,8 @@ var __defProp = Object.defineProperty;

};
var getLinkedInPostReactions = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/accounts/{accountId}/linkedin-post-reactions"
});
};
var updateLinkedInOrganization = (options) => {

@@ -1038,8 +1044,2 @@ return (options?.client ?? client).put({

};
var getPostReactions = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/inbox/reactions/{postId}"
});
};
var hideInboxComment = (options) => {

@@ -1230,3 +1230,4 @@ return (options?.client ?? client).post({

getLinkedInAggregateAnalytics,
getLinkedInPostAnalytics
getLinkedInPostAnalytics,
getLinkedInPostReactions
};

@@ -1465,3 +1466,2 @@ /**

deleteInboxComment,
getPostReactions,
hideInboxComment,

@@ -1468,0 +1468,0 @@ unhideInboxComment,

{
"name": "@getlatedev/node",
"version": "0.1.40",
"version": "0.1.41",
"description": "The official Node.js library for the Late API",

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

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

| `analytics.getLinkedInPostAnalytics()` | Get LinkedIn post stats |
| `analytics.getLinkedInPostReactions()` | Get LinkedIn post reactions (who reacted) |
| `analytics.getPostingFrequency()` | Get posting frequency vs engagement |

@@ -343,3 +344,2 @@ | `analytics.getPostTimeline()` | Get post analytics timeline |

| `comments.getInboxPostComments()` | Get post comments |
| `comments.getPostReactions()` | Get post reactions (who reacted) |
| `comments.deleteInboxComment()` | Delete comment |

@@ -346,0 +346,0 @@ | `comments.hideInboxComment()` | Hide comment |

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

getLinkedInPostAnalytics,
getLinkedInPostReactions,
getMediaPresignedUrl,

@@ -68,3 +69,2 @@ getMessengerMenu,

getPostLogs,
getPostReactions,
getPostTimeline,

@@ -247,2 +247,3 @@ getPostingFrequency,

getLinkedInPostAnalytics: getLinkedInPostAnalytics,
getLinkedInPostReactions: getLinkedInPostReactions,
};

@@ -503,3 +504,2 @@

deleteInboxComment: deleteInboxComment,
getPostReactions: getPostReactions,
hideInboxComment: hideInboxComment,

@@ -506,0 +506,0 @@ unhideInboxComment: unhideInboxComment,

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