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

@octokit-next/graphql

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit-next/graphql - npm Package Compare versions

Comparing version 2.5.2 to 2.6.0

2

lib/version.js

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

export const VERSION = "2.5.2";
export const VERSION = "2.6.0";
{
"name": "@octokit-next/graphql",
"version": "2.5.2",
"version": "2.6.0",
"publishConfig": {

@@ -25,4 +25,4 @@ "access": "public"

"dependencies": {
"@octokit-next/types": "2.5.2",
"@octokit-next/request": "2.5.2",
"@octokit-next/types": "2.6.0",
"@octokit-next/request": "2.6.0",
"universal-user-agent": "^7.0.1"

@@ -29,0 +29,0 @@ },

@@ -202,2 +202,3 @@ import test from "ava";

authenticatedGraphql.endpoint();
t.deepEqual(requestOptions, {

@@ -210,5 +211,4 @@ method: "POST",

"user-agent": userAgent,
"content-length": 0,
},
});
});
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