Socket
Socket
Sign inDemoInstall

@octokit/routes

Package Overview
Dependencies
Maintainers
3
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/routes - npm Package Compare versions

Comparing version 9.0.2 to 9.0.3

2

lib/endpoint/to-id-name.js

@@ -90,3 +90,3 @@ module.exports = endpointToIdName

case 'GET /user/migrations': return 'list-for-authenticated-user'
case 'GET /user/migrations/:migration_id': return 'get-stats-for-authenticated-user'
case 'GET /user/migrations/:migration_id': return 'get-status-for-authenticated-user'
case 'GET /user/migrations/:migration_id/archive': return 'get-archive-for-authenticated-user'

@@ -93,0 +93,0 @@ case 'DELETE /user/migrations/:migration_id/archive': return 'delete-archive-for-authenticated-user'

{
"name": "@octokit/routes",
"version": "9.0.2",
"version": "9.0.3",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -554,3 +554,3 @@ [

"description": "Fetches a single user migration. The response includes the `state` of the migration, which can be one of the following values:\n\n* `pending` \\- the migration hasn't started yet.\n* `exporting` \\- the migration is in progress.\n* `exported` \\- the migration finished successfully.\n* `failed` \\- the migration failed.\n\nOnce the migration has been `exported` you can [download the migration archive](#download-a-user-migration-archive).",
"idName": "get-stats-for-authenticated-user",
"idName": "get-status-for-authenticated-user",
"documentationUrl": "https://developer.github.com/v3/migrations/users/#get-the-status-of-a-user-migration"

@@ -557,0 +557,0 @@ },

@@ -16,4 +16,4 @@ {

"description": "Fetches a single user migration. The response includes the `state` of the migration, which can be one of the following values:\n\n* `pending` \\- the migration hasn't started yet.\n* `exporting` \\- the migration is in progress.\n* `exported` \\- the migration finished successfully.\n* `failed` \\- the migration failed.\n\nOnce the migration has been `exported` you can [download the migration archive](#download-a-user-migration-archive).",
"idName": "get-stats-for-authenticated-user",
"idName": "get-status-for-authenticated-user",
"documentationUrl": "https://developer.github.com/v3/migrations/users/#get-the-status-of-a-user-migration"
}

Sorry, the diff of this file is too big to display

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