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.0 to 5.2.1

2

dist-src/version.js

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

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

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

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

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

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

@@ -24,3 +24,3 @@ "repository": "github:octokit/plugin-paginate-graphql.js",

"@octokit/core": "^6.0.0",
"@octokit/plugin-rest-endpoint-methods": "^12.0.0",
"@octokit/plugin-rest-endpoint-methods": "^13.0.0",
"@octokit/tsconfig": "^3.0.0",

@@ -47,3 +47,2 @@ "@types/fetch-mock": "^7.3.1",

],
"main": "dist-bundle/index.js",
"types": "dist-types/index.d.ts",

@@ -53,3 +52,4 @@ "exports": {

"types": "./dist-types/index.d.ts",
"import": "./dist-bundle/index.js"
"import": "./dist-bundle/index.js",
"default": "./dist-bundle/index.js"
}

@@ -56,0 +56,0 @@ },

@@ -41,2 +41,8 @@ # plugin-paginate-graphql.js

> [!IMPORTANT]
> As we use [conditional exports](https://nodejs.org/api/packages.html#conditional-exports), you will need to adapt your `tsconfig.json` by setting `"moduleResolution": "node16", "module": "node16"`.
>
> See the TypeScript docs on [package.json "exports"](https://www.typescriptlang.org/docs/handbook/modules/reference.html#packagejson-exports).<br>
> See this [helpful guide on transitioning to ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) from [@sindresorhus](https://github.com/sindresorhus)
```js

@@ -43,0 +49,0 @@ const MyOctokit = Octokit.plugin(paginateGraphQL);

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