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

@octokit/graphql

Package Overview
Dependencies
Maintainers
4
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 6.0.0-beta.1 to 6.0.0-beta.2

12

dist-node/index.js

@@ -28,8 +28,14 @@ "use strict";

module.exports = __toCommonJS(dist_src_exports);
var import_request = require("@octokit/request");
var import_request3 = require("@octokit/request");
var import_universal_user_agent = require("universal-user-agent");
// pkg/dist-src/version.js
var VERSION = "6.0.0-beta.1";
var VERSION = "6.0.0-beta.2";
// pkg/dist-src/with-defaults.js
var import_request2 = require("@octokit/request");
// pkg/dist-src/graphql.js
var import_request = require("@octokit/request");
// pkg/dist-src/error.js

@@ -129,3 +135,3 @@ function _buildMessageForResponseErrors(data) {

// pkg/dist-src/index.js
var graphql2 = withDefaults(import_request.request, {
var graphql2 = withDefaults(import_request3.request, {
headers: {

@@ -132,0 +138,0 @@ "user-agent": `octokit-graphql.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}`

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

import { request as Request } from "@octokit/request";
import { GraphqlResponseError } from "./error";

@@ -2,0 +3,0 @@ const NON_VARIABLE_OPTIONS = [

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

const VERSION = "6.0.0-beta.1";
const VERSION = "6.0.0-beta.2";
export {
VERSION
};

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

import { request as Request } from "@octokit/request";
import { graphql } from "./graphql";

@@ -2,0 +3,0 @@ function withDefaults(request, newDefaults) {

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

export declare const VERSION = "6.0.0-beta.1";
export declare const VERSION = "6.0.0-beta.2";

@@ -6,4 +6,10 @@ // pkg/dist-src/index.js

// pkg/dist-src/version.js
var VERSION = "6.0.0-beta.1";
var VERSION = "6.0.0-beta.2";
// pkg/dist-src/with-defaults.js
import { request as Request2 } from "@octokit/request";
// pkg/dist-src/graphql.js
import { request as Request } from "@octokit/request";
// pkg/dist-src/error.js

@@ -10,0 +16,0 @@ function _buildMessageForResponseErrors(data) {

{
"name": "@octokit/graphql",
"version": "6.0.0-beta.1",
"version": "6.0.0-beta.2",
"publishConfig": {

@@ -18,12 +18,12 @@ "access": "public"

"dependencies": {
"@octokit/request": "^6.0.0",
"@octokit/types": "^9.0.0",
"@octokit/request": "^7.0.0",
"@octokit/types": "^10.0.0",
"universal-user-agent": "^6.0.0"
},
"devDependencies": {
"@octokit/tsconfig": "^1.0.2",
"@octokit/tsconfig": "^2.0.0",
"@types/fetch-mock": "^7.2.5",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"esbuild": "^0.17.19",
"esbuild": "^0.18.0",
"fetch-mock": "^9.0.0",

@@ -30,0 +30,0 @@ "glob": "^10.2.6",

@@ -34,7 +34,7 @@ # graphql.js

Load `@octokit/graphql` directly from [cdn.skypack.dev](https://cdn.skypack.dev)
Load `@octokit/graphql` directly from [esm.sh](https://esm.sh)
```html
<script type="module">
import { graphql } from "https://cdn.skypack.dev/@octokit/graphql";
import { graphql } from "https://esm.sh/@octokit/graphql";
</script>

@@ -41,0 +41,0 @@ ```

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