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
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.24
to
0.1.25
+0
-14
dist/index.js

@@ -880,14 +880,2 @@ "use strict";

};
var listLogs = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/logs"
});
};
var getLog = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/logs/{logId}"
});
};
var listPostsLogs = (options) => {

@@ -1393,4 +1381,2 @@ return (options?.client ?? client).get({

this.logs = {
listLogs,
getLog,
listPostsLogs,

@@ -1397,0 +1383,0 @@ listConnectionLogs,

@@ -851,14 +851,2 @@ var __defProp = Object.defineProperty;

};
var listLogs = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/logs"
});
};
var getLog = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/logs/{logId}"
});
};
var listPostsLogs = (options) => {

@@ -1364,4 +1352,2 @@ return (options?.client ?? client).get({

this.logs = {
listLogs,
getLog,
listPostsLogs,

@@ -1368,0 +1354,0 @@ listConnectionLogs,

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

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

+14
-16

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

| `tools.getYouTubeTranscript()` | Get YouTube transcript |
| `tools.checkInstagramHashtags()` | Check Instagram hashtag bans |
| `tools.checkInstagramHashtags()` | Check IG hashtag bans |
| `tools.downloadBlueskyMedia()` | Download Bluesky media |

@@ -279,5 +279,3 @@ | `tools.downloadFacebookVideo()` | Download Facebook video |

| `logs.listConnectionLogs()` | List connection logs |
| `logs.listLogs()` | List publishing logs (deprecated) |
| `logs.listPostsLogs()` | List publishing logs |
| `logs.getLog()` | Get log entry |
| `logs.getPostLogs()` | Get post logs |

@@ -289,3 +287,3 @@

| `connect.listFacebookPages()` | List Facebook pages |
| `connect.listGoogleBusinessLocations()` | List Google Business locations |
| `connect.listGoogleBusinessLocations()` | List GBP locations |
| `connect.listLinkedInOrganizations()` | List LinkedIn orgs |

@@ -296,3 +294,3 @@ | `connect.listPinterestBoardsForSelection()` | List Pinterest boards |

| `connect.getFacebookPages()` | List Facebook pages |
| `connect.getGmbLocations()` | List Google Business locations |
| `connect.getGmbLocations()` | List GBP locations |
| `connect.getLinkedInOrganizations()` | List LinkedIn orgs |

@@ -305,3 +303,3 @@ | `connect.getPendingOAuthData()` | Get pending OAuth data |

| `connect.updateFacebookPage()` | Update Facebook page |
| `connect.updateGmbLocation()` | Update Google Business location |
| `connect.updateGmbLocation()` | Update GBP location |
| `connect.updateLinkedInOrganization()` | Switch LinkedIn account type |

@@ -315,3 +313,3 @@ | `connect.updatePinterestBoards()` | Set default Pinterest board |

| `connect.selectFacebookPage()` | Select Facebook page |
| `connect.selectGoogleBusinessLocation()` | Select Google Business location |
| `connect.selectGoogleBusinessLocation()` | Select GBP location |
| `connect.selectLinkedInOrganization()` | Select LinkedIn org |

@@ -330,11 +328,11 @@ | `connect.selectPinterestBoard()` | Select Pinterest board |

|--------|-------------|
| `accountSettings.getInstagramIceBreakers()` | Get Instagram ice breakers |
| `accountSettings.getMessengerMenu()` | Get Facebook persistent menu |
| `accountSettings.getTelegramCommands()` | Get Telegram bot commands |
| `accountSettings.deleteInstagramIceBreakers()` | Delete Instagram ice breakers |
| `accountSettings.deleteMessengerMenu()` | Delete Facebook persistent menu |
| `accountSettings.deleteTelegramCommands()` | Delete Telegram bot commands |
| `accountSettings.setInstagramIceBreakers()` | Set Instagram ice breakers |
| `accountSettings.setMessengerMenu()` | Set Facebook persistent menu |
| `accountSettings.setTelegramCommands()` | Set Telegram bot commands |
| `accountSettings.getInstagramIceBreakers()` | Get IG ice breakers |
| `accountSettings.getMessengerMenu()` | Get FB persistent menu |
| `accountSettings.getTelegramCommands()` | Get TG bot commands |
| `accountSettings.deleteInstagramIceBreakers()` | Delete IG ice breakers |
| `accountSettings.deleteMessengerMenu()` | Delete FB persistent menu |
| `accountSettings.deleteTelegramCommands()` | Delete TG bot commands |
| `accountSettings.setInstagramIceBreakers()` | Set IG ice breakers |
| `accountSettings.setMessengerMenu()` | Set FB persistent menu |
| `accountSettings.setTelegramCommands()` | Set TG bot commands |

@@ -341,0 +339,0 @@ ### Comments (Inbox)

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

getLinkedInPostAnalytics,
getLog,
getMediaPresignedUrl,

@@ -94,3 +93,2 @@ getMessengerMenu,

listLinkedInOrganizations,
listLogs,
listPinterestBoardsForSelection,

@@ -439,4 +437,2 @@ listPosts,

logs = {
listLogs: listLogs,
getLog: getLog,
listPostsLogs: listPostsLogs,

@@ -443,0 +439,0 @@ listConnectionLogs: listConnectionLogs,

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