Socket
Socket
Sign inDemoInstall

@octokit/plugin-paginate-rest

Package Overview
Dependencies
Maintainers
4
Versions
112
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 11.3.3 to 11.3.4

2

dist-src/version.js

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

const VERSION = "11.3.3";
const VERSION = "11.3.4";
export {
VERSION
};

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

import { Octokit } from "@octokit/core";
import * as OctokitTypes from "@octokit/types";
import type { Octokit } from "@octokit/core";
import type * as OctokitTypes from "@octokit/types";
export type { EndpointOptions, RequestInterface, OctokitResponse, RequestParameters, Route, } from "@octokit/types";

@@ -4,0 +4,0 @@ export type { PaginatingEndpoints } from "./generated/paginating-endpoints.js";

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

export declare const VERSION = "11.3.3";
export declare const VERSION = "11.3.4";

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

"type": "module",
"version": "11.3.3",
"version": "11.3.4",
"description": "Octokit plugin to paginate REST API endpoint responses",

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

"dependencies": {
"@octokit/types": "^13.5.0"
"@octokit/types": "^13.6.0"
},

@@ -31,14 +31,13 @@ "peerDependencies": {

"@types/fetch-mock": "^7.3.1",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"esbuild": "^0.22.0",
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
"@vitest/coverage-v8": "^2.0.2",
"esbuild": "^0.24.0",
"fetch-mock": "^11.0.0",
"github-openapi-graphql-query": "^4.0.0",
"glob": "^10.2.5",
"jest": "^29.0.0",
"glob": "^11.0.0",
"npm-run-all2": "^6.0.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
"typescript": "^5.0.0",
"vitest": "^2.0.2"
},

@@ -45,0 +44,0 @@ "engines": {

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