Socket
Socket
Sign inDemoInstall

github-api-promise

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-api-promise - npm Package Compare versions

Comparing version 1.13.8-adding-jest-compatability.146 to 1.13.9-adding-jest-compatability.147

2

build/issues/comments.d.ts

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

import { Params, GetRepositoryCommentsParams } from "../types";
import { Params, GetRepositoryCommentsParams, Body } from "../types";
/**

@@ -3,0 +3,0 @@ * @module issues/comments

{
"name": "github-api-promise",
"version": "1.13.8-adding-jest-compatability.146",
"version": "1.13.9-adding-jest-compatability.147",
"description": "A node module for interfacing with the Github API using promises",

@@ -5,0 +5,0 @@ "type": "module",

import config from "../config";
import { Endpoints } from "@octokit/types";
import req from "../request-helpers";
import { Params, GetRepositoryCommentsParams } from "../types";
import { Params, GetRepositoryCommentsParams, Body } from "../types";

@@ -31,4 +31,3 @@ /**

return req.standardRequest(
`${
config.host
`${config.host
}/repos/${owner}/${repo}/issues/${number}/comments?${req.assembleQueryParams(

@@ -64,4 +63,3 @@ params,

return req.standardRequest(
`${
config.host
`${config.host
}/repos/${owner}/${repo}/issues/comments?${req.assembleQueryParams(

@@ -68,0 +66,0 @@ params,

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