@octokit/request
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@octokit/request", | ||
"version": "4.0.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "pack build", | ||
"lint": "prettier --check '{src,test}/**/*' README.md package.json", | ||
"lint:fix": "prettier --write '{src,test}/**/*' README.md package.json", | ||
"pretest": "npm run -s lint", | ||
"test": "jest --coverage", | ||
"semantic-release": "semantic-release" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/octokit/request.js.git" | ||
}, | ||
"version": "4.0.1", | ||
"license": "MIT", | ||
"files": [ | ||
"dist-*/", | ||
"bin/" | ||
], | ||
"source": "dist-src/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"main": "dist-node/index.js", | ||
"module": "dist-web/index.js", | ||
"unpkg": "dist-web/index.bundled.js", | ||
"pika": true, | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -27,8 +23,10 @@ "octokit", | ||
], | ||
"author": "Gregor Martynus (https://github.com/gr2m)", | ||
"license": "MIT", | ||
"homepage": "https://github.com/octokit/request.js#readme", | ||
"bugs": { | ||
"url": "https://github.com/octokit/request.js/issues" | ||
}, | ||
"homepage": "https://github.com/octokit/request.js#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/octokit/request.js.git" | ||
}, | ||
"dependencies": { | ||
@@ -67,56 +65,5 @@ "@octokit/endpoint": "^5.1.0", | ||
}, | ||
"jest": { | ||
"preset": "ts-jest", | ||
"coverageThreshold": { | ||
"global": { | ||
"statements": 100, | ||
"branches": 100, | ||
"functions": 100, | ||
"lines": 100 | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"@pika/pack": { | ||
"pipeline": [ | ||
[ | ||
"@pika/plugin-ts-standard-pkg" | ||
], | ||
[ | ||
"@pika/plugin-build-node" | ||
], | ||
[ | ||
"@pika/plugin-build-web" | ||
], | ||
[ | ||
"@gr2m/pika-plugin-bundle-web", | ||
{ | ||
"browser": true | ||
} | ||
], | ||
[ | ||
"pika-plugin-unpkg-field" | ||
] | ||
] | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/github", | ||
"@semantic-release/npm", | ||
[ | ||
"semantic-release-plugin-update-version-in-files", | ||
{ | ||
"files": [ | ||
"dist-web/*", | ||
"dist-node/*", | ||
"*/version.*" | ||
] | ||
} | ||
] | ||
] | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
62105
20
1278
0
1
5