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.2.1 to 5.2.2

2

dist-src/version.js

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

const VERSION = "5.2.1";
const VERSION = "5.2.2";
export {
VERSION
};

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

export { VERSION } from "./version.js";
type paginateGraphQLInterface = {
export type paginateGraphQLInterface = {
graphql: Octokit["graphql"] & {

@@ -9,0 +9,0 @@ paginate: ReturnType<typeof createPaginate> & {

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

export declare const VERSION = "5.2.1";
export declare const VERSION = "5.2.2";

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

"type": "module",
"version": "5.2.1",
"version": "5.2.2",
"description": "Octokit plugin to paginate GraphQL API endpoint responses",

@@ -11,0 +11,0 @@ "repository": "github:octokit/plugin-paginate-graphql.js",

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