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
214
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.2
to
0.1.3
+7
-0
dist/index.js

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

};
var getPendingOAuthData = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/connect/pending-data"
});
};
var listLinkedInOrganizations = (options) => {

@@ -1006,2 +1012,3 @@ return (options?.client ?? client).get({

handleOAuthCallback,
getPendingOAuthData,
updateFacebookPage,

@@ -1008,0 +1015,0 @@ getLinkedInOrganizations,

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

};
var getPendingOAuthData = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/connect/pending-data"
});
};
var listLinkedInOrganizations = (options) => {

@@ -977,2 +983,3 @@ return (options?.client ?? client).get({

handleOAuthCallback,
getPendingOAuthData,
updateFacebookPage,

@@ -979,0 +986,0 @@ getLinkedInOrganizations,

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

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

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

| `connect.getLinkedInOrganizations()` | Get available LinkedIn organizations for a connected account |
| `connect.getPendingOAuthData()` | Fetch pending OAuth selection data (Headless Mode) |
| `connect.getPinterestBoards()` | List Pinterest boards for a connected account |

@@ -292,0 +293,0 @@ | `connect.getRedditSubreddits()` | List Reddit subreddits for a connected account |

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

getNextQueueSlot,
getPendingOAuthData,
getPinterestBoards,

@@ -278,2 +279,3 @@ getPost,

handleOAuthCallback: handleOAuthCallback,
getPendingOAuthData: getPendingOAuthData,
updateFacebookPage: updateFacebookPage,

@@ -280,0 +282,0 @@ getLinkedInOrganizations: getLinkedInOrganizations,

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