Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@octokit/plugin-paginate-rest

Package Overview
Dependencies
Maintainers
3
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 2.21.2 to 2.21.3

2

dist-node/index.js

@@ -5,3 +5,3 @@ 'use strict';

const VERSION = "2.21.2";
const VERSION = "2.21.3";

@@ -8,0 +8,0 @@ function ownKeys(object, enumerableOnly) {

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

export const VERSION = "2.21.2";
export const VERSION = "2.21.3";

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

export declare const VERSION = "2.21.2";
export declare const VERSION = "2.21.3";

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

const VERSION = "2.21.2";
const VERSION = "2.21.3";

@@ -3,0 +3,0 @@ /**

{
"name": "@octokit/plugin-paginate-rest",
"description": "Octokit plugin to paginate REST API endpoint responses",
"version": "2.21.2",
"version": "2.21.3",
"license": "MIT",

@@ -10,2 +10,6 @@ "files": [

],
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"pika": true,

@@ -21,11 +25,11 @@ "sideEffects": false,

"dependencies": {
"@octokit/types": "^6.39.0"
"@octokit/types": "^6.40.0"
},
"peerDependencies": {
"@octokit/core": ">=4"
"@octokit/core": ">=2"
},
"devDependencies": {
"@octokit/core": "^4.0.0",
"@octokit/plugin-rest-endpoint-methods": "^5.14.0",
"@pika/pack": "^0.5.0",
"@octokit/plugin-rest-endpoint-methods": "^6.0.0",
"@pika/pack": "^0.3.7",
"@pika/plugin-build-node": "^0.9.0",

@@ -48,7 +52,3 @@ "@pika/plugin-build-web": "^0.9.0",

"access": "public"
},
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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