Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@octokit/plugin-paginate-rest

Package Overview
Dependencies
10
Maintainers
4
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.1.0 to 11.0.0

4

dist-bundle/index.js

@@ -235,2 +235,4 @@ // pkg/dist-src/version.js

"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps",
"GET /repos/{owner}/{repo}/environments/{environment_name}/secrets",
"GET /repos/{owner}/{repo}/environments/{environment_name}/variables",
"GET /repos/{owner}/{repo}/events",

@@ -280,4 +282,2 @@ "GET /repos/{owner}/{repo}/forks",

"GET /repositories",
"GET /repositories/{repository_id}/environments/{environment_name}/secrets",
"GET /repositories/{repository_id}/environments/{environment_name}/variables",
"GET /search/code",

@@ -284,0 +284,0 @@ "GET /search/commits",

@@ -128,2 +128,4 @@ const paginatingEndpoints = [

"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps",
"GET /repos/{owner}/{repo}/environments/{environment_name}/secrets",
"GET /repos/{owner}/{repo}/environments/{environment_name}/variables",
"GET /repos/{owner}/{repo}/events",

@@ -173,4 +175,2 @@ "GET /repos/{owner}/{repo}/forks",

"GET /repositories",
"GET /repositories/{repository_id}/environments/{environment_name}/secrets",
"GET /repositories/{repository_id}/environments/{environment_name}/variables",
"GET /search/code",

@@ -177,0 +177,0 @@ "GET /search/commits",

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

const VERSION = "10.1.0";
const VERSION = "11.0.0";
export {
VERSION
};

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

export declare const VERSION = "10.1.0";
export declare const VERSION = "11.0.0";

@@ -8,3 +8,3 @@ {

"type": "module",
"version": "10.1.0",
"version": "11.0.0",
"description": "Octokit plugin to paginate REST API endpoint responses",

@@ -20,3 +20,3 @@ "repository": "github:octokit/plugin-paginate-rest.js",

"dependencies": {
"@octokit/types": "^12.6.0"
"@octokit/types": "^13.0.0"
},

@@ -23,0 +23,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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

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