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
217
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.17
to
0.1.18
+7
-0
dist/index.js

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

};
var getRedditFlairs = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/accounts/{accountId}/reddit-flairs"
});
};
var listQueueSlots = (options) => {

@@ -1287,2 +1293,3 @@ return (options?.client ?? client).get({

updateRedditSubreddits,
getRedditFlairs,
facebook: {

@@ -1289,0 +1296,0 @@ listFacebookPages,

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

};
var getRedditFlairs = (options) => {
return (options?.client ?? client).get({
...options,
url: "/v1/accounts/{accountId}/reddit-flairs"
});
};
var listQueueSlots = (options) => {

@@ -1258,2 +1264,3 @@ return (options?.client ?? client).get({

updateRedditSubreddits,
getRedditFlairs,
facebook: {

@@ -1260,0 +1267,0 @@ listFacebookPages,

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

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

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

| `connect.getPinterestBoards()` | List Pinterest boards for a connected account |
| `connect.getRedditFlairs()` | List available post flairs for a Reddit subreddit |
| `connect.getRedditSubreddits()` | List Reddit subreddits for a connected account |

@@ -298,0 +299,0 @@ | `connect.getTelegramConnectStatus()` | Generate Telegram access code |

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

getRedditFeed,
getRedditFlairs,
getRedditSubreddits,

@@ -334,2 +335,3 @@ getTelegramCommands,

updateRedditSubreddits: updateRedditSubreddits,
getRedditFlairs: getRedditFlairs,
facebook: {

@@ -336,0 +338,0 @@ listFacebookPages: listFacebookPages,

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