Socket
Socket
Sign inDemoInstall

@octokit/plugin-paginate-rest

Package Overview
Dependencies
Maintainers
4
Versions
111
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.1.1 to 11.2.0

2

dist-src/version.js

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

const VERSION = "11.1.1";
const VERSION = "11.2.0";
export {
VERSION
};

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

export declare const VERSION = "11.1.1";
export declare const VERSION = "11.2.0";

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

"type": "module",
"version": "11.1.1",
"version": "11.2.0",
"description": "Octokit plugin to paginate REST API endpoint responses",

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

"dependencies": {
"@octokit/types": "^13.4.0"
"@octokit/types": "^13.4.1"
},

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

@@ -36,7 +36,7 @@ # plugin-paginate-rest.js

```js
const { Octokit } = require("@octokit/core");
const {
import { Octokit } from "@octokit/core";
import {
paginateRest,
composePaginateRest,
} = require("@octokit/plugin-paginate-rest");
} from "@octokit/plugin-paginate-rest";
```

@@ -43,0 +43,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