Socket
Socket
Sign inDemoInstall

instagram-private-api

Package Overview
Dependencies
138
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.44.1 to 1.45.1

1

dist/repositories/user.repository.d.ts

@@ -6,2 +6,3 @@ import { Repository } from '../core/repository';

info(id: string | number): Promise<UserRepositoryInfoResponseUser>;
usernameinfo(username: string): Promise<UserRepositoryInfoResponseUser>;
arlinkDownloadInfo(): Promise<any>;

@@ -8,0 +9,0 @@ search(username: string): Promise<UserRepositorySearchResponseRootObject>;

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

}
async usernameinfo(username) {
const { body } = await this.client.request.send({
url: `/api/v1/users/${username}/usernameinfo/`,
});
return body.user;
}
async arlinkDownloadInfo() {

@@ -16,0 +22,0 @@ const { body } = await this.client.request.send({

2

package.json
{
"name": "instagram-private-api",
"description": "Instagram private API wrapper for full access to instagram",
"version": "1.44.1",
"version": "1.45.1",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc