Socket
Socket
Sign inDemoInstall

github-api-promise

Package Overview
Dependencies
3
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.15.0 to 1.16.0-modify-rollup-config.164

94

package.json
{
"name": "github-api-promise",
"version": "1.15.0",
"description": "A node module for interfacing with the Github API",
"type": "module",
"types": "build/app.d.ts",
"exports": {
"require": "./src/app.ts",
"default": "./build/app.js"
},
"author": "Tim Smith",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/purecloudlabs/github-api-promise.git"
},
"dependencies": {
"axios": "^0.27.2",
"lodash": "^4.17.10",
"log4js": "^6.6.1"
},
"bugs": {
"url": "https://github.com/purecloudlabs/github-api-promise/issues"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"docdash": "^0.4.0",
"jsdoc": "^3.6.3",
"rollup": "^2.78.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.7.4"
},
"peerDependencies": {
"octokit": "^2.0.5"
},
"scripts": {
"build": "rm -rf build && rollup -c rollup.config.js",
"generate-docs": "node ./node_modules/jsdoc/jsdoc.js -r -c jsdoc.json -R README.md",
"test": "echo \"0/0 tests passed. That's technically a perfect score. Keep up the great work!\""
},
"files": [
"build",
"src"
]
}
"name": "github-api-promise",
"version": "1.16.0-modify-rollup-config.164",
"description": "A node module for interfacing with the Github API",
"type": "module",
"types": "build/app.d.ts",
"exports": {
"require": "./src/app.ts",
"default": "./build/app.js"
},
"author": "Tim Smith",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/purecloudlabs/github-api-promise.git"
},
"dependencies": {
"axios": "^0.27.2",
"lodash": "^4.17.10",
"log4js": "^6.6.1"
},
"bugs": {
"url": "https://github.com/purecloudlabs/github-api-promise/issues"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"docdash": "^0.4.0",
"jsdoc": "^3.6.3",
"rollup": "^2.78.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.7.4"
},
"peerDependencies": {
"octokit": "^2.0.5"
},
"scripts": {
"build": "rm -rf build && rollup -c rollup.config.js",
"generate-docs": "node ./node_modules/jsdoc/jsdoc.js -r -c jsdoc.json -R README.md",
"test": "echo \"0/0 tests passed. That's technically a perfect score. Keep up the great work!\""
},
"files": [
"build",
"src"
]
}

@@ -27,5 +27,5 @@ import axios, { AxiosInstance, AxiosResponse, AxiosError } from "axios";

"[" +
res.req.method +
res.method +
" " +
res.req.path +
res.path +
"] " +

@@ -32,0 +32,0 @@ (message ? message : "")

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc