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

@octokit/plugin-paginate-graphql

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.0.0 to 5.1.0

dist-bundle/index.js

2

dist-src/index.js
import { createIterator } from "./iterator.js";
import { createPaginate } from "./paginate.js";
import { VERSION } from "./version.js";
function paginateGraphQL(octokit) {

@@ -13,3 +14,4 @@ return {

export {
VERSION,
paginateGraphQL
};

@@ -5,2 +5,3 @@ import type { Octokit } from "@octokit/core";

export type { PageInfoForward, PageInfoBackward } from "./page-info.js";
export { VERSION } from "./version.js";
type paginateGraphQLInterface = {

@@ -7,0 +8,0 @@ graphql: Octokit["graphql"] & {

6

package.json

@@ -7,3 +7,3 @@ {

"type": "module",
"version": "5.0.0",
"version": "5.1.0",
"description": "Octokit plugin to paginate GraphQL API endpoint responses",

@@ -45,3 +45,3 @@ "repository": "github:octokit/plugin-paginate-graphql.js",

],
"main": "dist-node/index.js",
"main": "dist-bundle/index.js",
"types": "dist-types/index.d.ts",

@@ -51,3 +51,3 @@ "exports": {

"types": "./dist-types/index.d.ts",
"import": "./dist-node/index.js"
"import": "./dist-bundle/index.js"
}

@@ -54,0 +54,0 @@ },

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