Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@zernio/node

Package Overview
Dependencies
Maintainers
2
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zernio/node - npm Package Compare versions

Comparing version
0.2.153
to
0.2.154
+1
-1
package.json
{
"name": "@zernio/node",
"version": "0.2.153",
"version": "0.2.154",
"description": "The official Node.js library for the Zernio API",

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

@@ -501,2 +501,8 @@ <p align="center">

### Instagram
| Method | Description |
|--------|-------------|
| `instagram.listInstagramStories()` | List active Instagram stories |
| `instagram.getInstagramStoryInsights()` | Get Instagram story insights |
### Messages (Inbox)

@@ -503,0 +509,0 @@ | Method | Description |

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

getInstagramIceBreakers,
getInstagramStoryInsights,
getLinkedInAggregateAnalytics,

@@ -192,2 +193,3 @@ getLinkedInMentions,

listInboxReviews,
listInstagramStories,
listLinkedInOrganizations,

@@ -607,2 +609,10 @@ listLogs,

/**
* instagram API
*/
instagram = {
listInstagramStories: listInstagramStories,
getInstagramStoryInsights: getInstagramStoryInsights,
};
/**
* discord API

@@ -609,0 +619,0 @@ */

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display