Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@octokit/request

Package Overview
Dependencies
Maintainers
3
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/request - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

dist-node/index.js

93

package.json
{
"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"
}
}
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