@amoutonbrady/graphql-client
Advanced tools
Comparing version 0.2.0 to 0.2.1
// src/graphql-client.ts | ||
function GraphQLClient(url, options) { | ||
function GraphQLClient(url, options = {}) { | ||
let authorization = options.auth || ""; | ||
@@ -4,0 +4,0 @@ const setAuth = (token) => authorization = token; |
{ | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"name": "@amoutonbrady/graphql-client", | ||
@@ -4,0 +4,0 @@ "description": "Minimalistic GraphQL client", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6119
0