Socket
Socket
Sign inDemoInstall

@octokit/plugin-paginate-graphql

Package Overview
Dependencies
Maintainers
4
Versions
17
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 2.0.2 to 2.0.3

2

dist-types/errors.d.ts

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

import { CursorValue, PageInfoContext } from "./page-info";
import type { CursorValue, PageInfoContext } from "./page-info";
declare class MissingCursorChange extends Error {

@@ -3,0 +3,0 @@ readonly pageInfo: PageInfoContext;

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

import { PageInfoContext } from "./page-info";
import type { PageInfoContext } from "./page-info";
declare const extractPageInfos: (responseData: any) => PageInfoContext;
export { extractPageInfos };

@@ -6,3 +6,3 @@ {

},
"version": "2.0.2",
"version": "2.0.3",
"description": "Octokit plugin to paginate GraphQL API endpoint responses",

@@ -24,3 +24,3 @@ "main": "dist-node/index.js",

"@octokit/plugin-rest-endpoint-methods": "^7.0.0",
"@octokit/tsconfig": "^1.0.2",
"@octokit/tsconfig": "^2.0.0",
"@types/fetch-mock": "^7.3.1",

@@ -27,0 +27,0 @@ "@types/jest": "^29.0.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