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.5 to 15.2.6

5

lib/request/request.js

@@ -52,2 +52,7 @@ 'use strict'

if (response.status === 304) {
requestOptions.url = response.headers.location
throw new HttpError('Not modified', response.status, headers)
}
if (response.status >= 400) {

@@ -54,0 +59,0 @@ return response.text()

6

package.json
{
"name": "@octokit/rest",
"version": "15.2.5",
"version": "15.2.6",
"publishConfig": {

@@ -52,3 +52,3 @@ "access": "public"

"apidoc": "^0.17.6",
"bundlesize": "^0.16.0",
"bundlesize": "^0.17.0",
"chai": "^4.1.2",

@@ -70,3 +70,3 @@ "compression-webpack-plugin": "^1.1.6",

"semantic-release": "^15.0.0",
"sinon": "^4.2.2",
"sinon": "^5.0.0",
"sinon-chai": "^3.0.0",

@@ -73,0 +73,0 @@ "standard": "^11.0.0",

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