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.13.7 to 1.13.8-adding-jest-compatability.146

src/activity/events.ts

2

build/types.d.ts

@@ -76,3 +76,3 @@ export interface Params {

has_wiki?: boolean;
default_branch: string;
default_branch?: string;
allow_squash_merge?: boolean;

@@ -79,0 +79,0 @@ allow_merge_commit?: boolean;

{
"name": "github-api-promise",
"version": "1.13.7",
"description": "A node module for interfacing with the Github API using promises",
"main": "build/app.js",
"module": "build/app.js",
"type": "module",
"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"
]
}
"name": "github-api-promise",
"version": "1.13.8-adding-jest-compatability.146",
"description": "A node module for interfacing with the Github API using promises",
"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"
]
}
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