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

octokit

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octokit - npm Package Compare versions

Comparing version 3.0.0-beta.4 to 3.0.0-beta.5

2

dist-node/index.js

@@ -39,3 +39,3 @@ "use strict";

// pkg/dist-src/version.js
var VERSION = "3.0.0-beta.4";
var VERSION = "3.0.0-beta.5";

@@ -42,0 +42,0 @@ // pkg/dist-src/octokit.js

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

const VERSION = "3.0.0-beta.4";
const VERSION = "3.0.0-beta.5";
export {
VERSION
};

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

export declare const VERSION = "3.0.0-beta.4";
export declare const VERSION = "3.0.0-beta.5";

@@ -9,3 +9,3 @@ // pkg/dist-src/octokit.js

// pkg/dist-src/version.js
var VERSION = "3.0.0-beta.4";
var VERSION = "3.0.0-beta.5";

@@ -12,0 +12,0 @@ // pkg/dist-src/octokit.js

{
"name": "octokit",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "The all-batteries-included GitHub SDK for Browsers, Node.js, and Deno",

@@ -15,11 +15,11 @@ "keywords": [

"dependencies": {
"@octokit/app": "^13.1.5",
"@octokit/core": "^4.2.1",
"@octokit/oauth-app": "^4.2.1",
"@octokit/plugin-paginate-rest": "^6.1.0",
"@octokit/plugin-rest-endpoint-methods": "^7.1.1",
"@octokit/plugin-retry": "^5.0.0",
"@octokit/plugin-throttling": "^5.2.2",
"@octokit/types": "^9.2.2",
"@octokit/request-error": "^v3.0.3"
"@octokit/app": "^14.0.0",
"@octokit/core": "^5.0.0",
"@octokit/oauth-app": "^6.0.0",
"@octokit/plugin-paginate-rest": "^8.0.0",
"@octokit/plugin-rest-endpoint-methods": "^9.0.0",
"@octokit/plugin-retry": "^6.0.0",
"@octokit/plugin-throttling": "^7.0.0",
"@octokit/request-error": "^5.0.0",
"@octokit/types": "^11.1.0"
},

@@ -37,3 +37,3 @@ "devDependencies": {

"node-fetch": "^2.6.7",
"prettier": "2.8.8",
"prettier": "3.0.0",
"semantic-release": "^21.0.0",

@@ -40,0 +40,0 @@ "semantic-release-plugin-update-version-in-files": "^1.1.0",

@@ -603,3 +603,3 @@ # octokit.js

repo: "graphql.js",
}
},
);

@@ -630,3 +630,3 @@ ```

},
}
},
);

@@ -780,3 +780,3 @@ ```

request.body.phoneNumber,
`Your code is ${verification.user_code}. Enter it at ${verification.verification_uri}`
`Your code is ${verification.user_code}. Enter it at ${verification.verification_uri}`,
);

@@ -783,0 +783,0 @@ },

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