Socket
Socket
Sign inDemoInstall

@octokit/rest

Package Overview
Dependencies
Maintainers
4
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.4 to 19.0.5

2

dist-node/index.js

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

const VERSION = "19.0.4";
const VERSION = "19.0.5";

@@ -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.4";
export const VERSION = "19.0.5";

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

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

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

const VERSION = "19.0.4";
const VERSION = "19.0.5";

@@ -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.4",
"version": "19.0.5",
"license": "MIT",

@@ -42,6 +42,6 @@ "files": [

"dependencies": {
"@octokit/core": "^4.0.0",
"@octokit/plugin-paginate-rest": "^4.0.0",
"@octokit/core": "^4.1.0",
"@octokit/plugin-paginate-rest": "^5.0.0",
"@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "^6.0.0"
"@octokit/plugin-rest-endpoint-methods": "^6.7.0"
},

@@ -56,10 +56,10 @@ "devDependencies": {

"@pika/plugin-ts-standard-pkg": "^0.9.2",
"@types/jest": "^28.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.0.0",
"fetch-mock": "^9.0.0",
"jest": "^28.0.0",
"jest": "^29.0.0",
"prettier": "2.7.1",
"semantic-release": "^19.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^28.0.0",
"ts-jest": "^29.0.0",
"typescript": "^4.0.0"

@@ -66,0 +66,0 @@ },

@@ -63,3 +63,3 @@ # rest.js

It was adopted and renamed by GitHub in 2017. Learn more about it's origin on GitHub's blog: [From 48k lines of code to 10—the story of GitHub’s JavaScript SDK](https://github.blog/2020-04-09-from-48k-lines-of-code-to-10-the-story-of-githubs-javascript-sdk/)
It was adopted and renamed by GitHub in 2017. Learn more about its origin on GitHub's blog: [From 48k lines of code to 10—the story of GitHub’s JavaScript SDK](https://github.blog/2020-04-09-from-48k-lines-of-code-to-10-the-story-of-githubs-javascript-sdk/)

@@ -66,0 +66,0 @@ ## LICENSE

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