Socket
Socket
Sign inDemoInstall

@vssue/api-github-v3

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vssue/api-github-v3 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

lib/index.d.ts

6

lib/index.js

@@ -120,3 +120,3 @@ import axios from 'axios';

/**
* Get the logined user with access token.
* Get the logged-in user with access token.
*

@@ -177,3 +177,3 @@ * @param options.accessToken - User access token

q: [
`${issueTitle}`,
`"${issueTitle}"`,
`is:issue`,

@@ -225,3 +225,3 @@ `in:title`,

*
* @reamrks
* @remarks
* Github V3 does not support sort for issue comments now.

@@ -228,0 +228,0 @@ * Github V3 have to request the parent issue to get the count of comments.

{
"name": "@vssue/api-github-v3",
"version": "1.1.0",
"version": "1.1.1",
"description": "Vssue api for github v3",

@@ -21,12 +21,11 @@ "keywords": [

"files": [
"lib/",
"types/"
"lib"
],
"main": "lib/index.js",
"types": "types/index.d.ts",
"types": "lib/index.d.ts",
"scripts": {
"build": "rimraf lib types && tsc -p tsconfig.json"
"build": "rimraf lib && tsc -p tsconfig.json"
},
"dependencies": {
"@vssue/utils": "^1.1.0",
"@vssue/utils": "^1.1.1",
"axios": "^0.18.1"

@@ -40,3 +39,3 @@ },

},
"gitHead": "23944706cb8c35ae8b3d97e3e1d23acb57f08b0a"
"gitHead": "eab422253010c00dc372ebd43711006840121e3f"
}

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