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

@octokit/graphql

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/graphql - npm Package Compare versions

Comparing version 4.5.8 to 4.5.9

2

dist-node/index.js

@@ -8,3 +8,3 @@ 'use strict';

const VERSION = "4.5.8";
const VERSION = "4.5.9";

@@ -11,0 +11,0 @@ class GraphqlError extends Error {

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

export const VERSION = "4.5.8";
export const VERSION = "4.5.9";

@@ -39,13 +39,17 @@ import { EndpointOptions, RequestParameters as RequestParametersType, EndpointInterface } from "@octokit/types";

data: ResponseData;
errors?: [{
message: string;
path: [string];
extensions: {
[key: string]: any;
};
locations: [{
line: number;
column: number;
}];
}];
errors?: [
{
message: string;
path: [string];
extensions: {
[key: string]: any;
};
locations: [
{
line: number;
column: number;
}
];
}
];
};

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

export declare const VERSION = "4.5.8";
export declare const VERSION = "4.5.9";
import { request } from '@octokit/request';
import { getUserAgent } from 'universal-user-agent';
const VERSION = "4.5.8";
const VERSION = "4.5.9";

@@ -6,0 +6,0 @@ class GraphqlError extends Error {

{
"name": "@octokit/graphql",
"description": "GitHub GraphQL API client for browsers and Node",
"version": "4.5.8",
"version": "4.5.9",
"license": "MIT",

@@ -28,3 +28,3 @@ "files": [

"@octokit/request": "^5.3.0",
"@octokit/types": "^6.0.0",
"@octokit/types": "^6.0.3",
"universal-user-agent": "^6.0.0"

@@ -41,8 +41,8 @@ },

"fetch-mock": "^9.0.0",
"jest": "^25.1.0",
"jest": "^26.0.0",
"prettier": "^2.0.0",
"semantic-release": "^17.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^25.1.0",
"typescript": "^3.4.5"
"ts-jest": "^26.0.0",
"typescript": "^4.0.0"
},

@@ -49,0 +49,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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