🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

opvious-graph

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opvious-graph - npm Package Compare versions

Comparing version
0.2.2
to
0.2.4
+2
-5
package.json
{
"name": "opvious-graph",
"version": "0.2.2",
"version": "0.2.4",
"repository": "github:opvious/sdk.ts",

@@ -26,6 +26,3 @@ "description": "Opvious GraphQL API",

"@opvious/api-operations": "^0.8.9",
"@types/node": "^18.11.7",
"graphql-tag": "^2.12.6",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"graphql-tag": "^2.12.6"
},

@@ -32,0 +29,0 @@ "typedoc": {

@@ -22,3 +22,3 @@ # Opvious GraphQL API types [![NPM version](https://img.shields.io/npm/v/opvious-graph.svg)](https://www.npmjs.com/package/opvious-graph)

const client = new GraphQLClient('https://api.opvious.io/graphql', {
headers: {authorization: process.env.OPVIOUS_AUTHORIZATION},
headers: {authorization: process.env.OPVIOUS_TOKEN},
});

@@ -25,0 +25,0 @@