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 3.0.0-beta.1 to 3.0.0

4

package.json

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

},
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "Octokit plugin to paginate GraphQL API endpoint responses",

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

"@octokit/core": "^4.0.0",
"@octokit/plugin-rest-endpoint-methods": "^7.0.0",
"@octokit/plugin-rest-endpoint-methods": "^8.0.0",
"@octokit/tsconfig": "^2.0.0",

@@ -26,0 +26,0 @@ "@types/fetch-mock": "^7.3.1",

@@ -16,8 +16,8 @@ # plugin-paginate-graphql.js

Load `@octokit/plugin-paginate-graphql` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev)
Load `@octokit/plugin-paginate-graphql` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [esm.sh](https://esm.sh)
```html
<script type="module">
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
import { paginateGraphql } from "https://cdn.skypack.dev/@octokit/plugin-paginate-graphql";
import { Octokit } from "https://esm.sh/@octokit/core";
import { paginateGraphql } from "https://esm.sh/@octokit/plugin-paginate-graphql";
</script>

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