Socket
Socket
Sign inDemoInstall

@octokit/rest

Package Overview
Dependencies
Maintainers
3
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/rest - npm Package Compare versions

Comparing version 19.0.3 to 19.0.4

2

dist-node/index.js

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

const VERSION = "19.0.3";
const VERSION = "19.0.4";

@@ -13,0 +13,0 @@ const Octokit = core.Octokit.plugin(pluginRequestLog.requestLog, pluginRestEndpointMethods.legacyRestEndpointMethods, pluginPaginateRest.paginateRest).defaults({

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

export const VERSION = "19.0.3";
export const VERSION = "19.0.4";

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

export declare const VERSION = "19.0.3";
export declare const VERSION = "19.0.4";

@@ -6,3 +6,3 @@ import { Octokit as Octokit$1 } from '@octokit/core';

const VERSION = "19.0.3";
const VERSION = "19.0.4";

@@ -9,0 +9,0 @@ const Octokit = Octokit$1.plugin(requestLog, legacyRestEndpointMethods, paginateRest).defaults({

{
"name": "@octokit/rest",
"description": "GitHub REST API client for Node.js",
"version": "19.0.3",
"version": "19.0.4",
"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,

@@ -40,3 +44,3 @@ "sideEffects": false,

"@octokit/core": "^4.0.0",
"@octokit/plugin-paginate-rest": "^3.0.0",
"@octokit/plugin-paginate-rest": "^4.0.0",
"@octokit/plugin-request-log": "^1.0.4",

@@ -49,3 +53,3 @@ "@octokit/plugin-rest-endpoint-methods": "^6.0.0"

"@octokit/request": "^6.0.0",
"@pika/pack": "^0.5.0",
"@pika/pack": "^0.3.7",
"@pika/plugin-build-node": "^0.9.2",

@@ -69,7 +73,3 @@ "@pika/plugin-build-web": "^0.9.2",

"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