Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@octokit/plugin-paginate-rest

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/plugin-paginate-rest - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

2

dist-node/index.js

@@ -5,3 +5,3 @@ 'use strict';

const VERSION = "2.2.3";
const VERSION = "2.2.4";

@@ -8,0 +8,0 @@ /**

@@ -1,1 +0,1 @@

export const VERSION = "2.2.3";
export const VERSION = "2.2.4";

@@ -984,9 +984,2 @@ import { Endpoints } from "@octokit/types";

/**
* @see https://developer.github.com/v3/migrations/users/#list-repositories-for-a-user-migration
*/
"GET /user/:migration_id/repositories": {
parameters: Endpoints["GET /user/:migration_id/repositories"]["parameters"];
response: Endpoints["GET /user/:migration_id/repositories"]["response"];
};
/**
* @see https://developer.github.com/v3/users/blocking/#list-users-blocked-by-the-authenticated-user

@@ -1087,2 +1080,9 @@ */

/**
* @see https://developer.github.com/v3/migrations/users/#list-repositories-for-a-user-migration
*/
"GET /user/migrations/:migration_id/repositories": {
parameters: Endpoints["GET /user/migrations/:migration_id/repositories"]["parameters"];
response: Endpoints["GET /user/migrations/:migration_id/repositories"]["response"];
};
/**
* @see https://developer.github.com/v3/orgs/#list-organizations-for-the-authenticated-user

@@ -1089,0 +1089,0 @@ */

@@ -1,1 +0,1 @@

export declare const VERSION = "2.2.3";
export declare const VERSION = "2.2.4";

@@ -1,2 +0,2 @@

const VERSION = "2.2.3";
const VERSION = "2.2.4";

@@ -3,0 +3,0 @@ /**

{
"name": "@octokit/plugin-paginate-rest",
"description": "Octokit plugin to paginate REST API endpoint responses",
"version": "2.2.3",
"version": "2.2.4",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc