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 15.2.0 to 15.2.1

8

lib/parse-client-options.js

@@ -26,15 +26,15 @@ module.exports = parseOptions

if ('protocol' in userOptions) {
console.warn('DEPRECATED: protocol option is no longer supported. All redirects are followed correctly')
console.warn('DEPRECATED: protocol option is no longer supported')
}
if ('host' in userOptions) {
console.warn('DEPRECATED: host option is no longer supported. All redirects are followed correctly')
console.warn('DEPRECATED: host option is no longer supported')
}
if ('port' in userOptions) {
console.warn('DEPRECATED: port option is no longer supported. All redirects are followed correctly')
console.warn('DEPRECATED: port option is no longer supported')
}
if ('pathPrefix' in userOptions) {
console.warn('DEPRECATED: pathPrefix option is no longer supported. All redirects are followed correctly')
console.warn('DEPRECATED: pathPrefix option is no longer supported')
}

@@ -41,0 +41,0 @@

{
"name": "@octokit/rest",
"version": "15.2.0",
"version": "15.2.1",
"publishConfig": {

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

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