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 14.0.0 to 14.0.1

index.d.ts

2

lib/request/errors.js
const inherits = require('util').inherits
const STATUS_CODES = {
304: 'Not Modified', // See PR #673 (https://github.com/octokit/node-github/pull/673)
304: 'Not Modified', // See PR #673 (https://github.com/octokit/rest.js/pull/673)
400: 'Bad Request',

@@ -6,0 +6,0 @@ 404: 'Not Found',

{
"name": "@octokit/rest",
"version": "14.0.0",
"version": "14.0.1",
"publishConfig": {

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

"proxyquire": "^1.8.0",
"semantic-release": "^11.0.0",
"semantic-release": "^12.2.2",
"simple-mock": "^0.8.0",

@@ -75,5 +75,4 @@ "standard": "^10.0.3",

"deploy-docs": "gh-pages-with-token -d doc",
"prepublishOnly": "npm run -s build",
"semantic-release": "semantic-release",
"postpublish": "npm run -s deploy-docs"
"prepublishOnly": "npm run build:flow && npm run build:ts",
"semantic-release": "semantic-release"
},

@@ -83,2 +82,4 @@ "license": "MIT",

"index.js",
"index.d.ts",
"index.js.flow",
"lib"

@@ -96,6 +97,3 @@ ],

]
},
"publishConfig": {
"tag": "next"
}
}

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

[![Greenkeeper](https://badges.greenkeeper.io/octokit/rest.js.svg)](https://greenkeeper.io/)
[![npm](https://img.shields.io/npm/v/github.svg)](https://www.npmjs.com/package/github)
[![npm](https://img.shields.io/npm/v/@octokit/rest.svg)](https://www.npmjs.com/package/@octokit/rest)

@@ -11,0 +11,0 @@ ## Usage

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