Socket
Socket
Sign inDemoInstall

@octokit/types

Package Overview
Dependencies
2
Maintainers
3
Versions
208
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.1 to 2.8.2

6

package.json
{
"name": "@octokit/types",
"version": "2.8.1",
"version": "2.8.2",
"publishConfig": {

@@ -13,7 +13,7 @@ "access": "public"

"scripts": {
"docs": "typedoc --module commonjs --readme none --out docs src/",
"docs": "typedoc --module commonjs --readme none --out docs src/ && touch docs/.nojekyll",
"lint": "prettier --check '{src,test,scripts}/**/*.{js,ts,json}' README.md package.json !src/generated/* !scripts/update-endpoints/generated/*",
"lint:fix": "prettier --write '{src,test,scripts}/**/*.{js,ts,json}' README.md package.json !src/generated/* !scripts/update-endpoints/generated/*",
"pretest": "npm run -s lint",
"test": "./node_modules/.bin/tsc --noEmit --declaration src/index.ts",
"test": "npx tsc --noEmit --declaration src/index.ts",
"update-endpoints": "npm-run-all update-endpoints:*",

@@ -20,0 +20,0 @@ "update-endpoints:fetch-json": "node scripts/update-endpoints/fetch-json",

@@ -21,6 +21,6 @@ # types.ts

const octokit = new Octokit();
type CreateLabelResponseType = GetResponseType<
type CreateLabelResponseType = GetResponseTypeFromEndpointMethod<
typeof octokit.issues.createLabel
>;
type CreateLabelResponseDataType = GetResponseDataType<
type CreateLabelResponseDataType = GetResponseDataTypeFromEndpointMethod<
typeof octokit.issues.createLabel

@@ -27,0 +27,0 @@ >;

@@ -1,1 +0,1 @@

export const VERSION = "2.8.1";
export const VERSION = "2.8.2";

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

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