graphql-config
Advanced tools
Comparing version 5.0.0 to 5.0.1-alpha-20230522135534-89777f9
@@ -0,1 +1,5 @@ | ||
import { createRequire } from 'module'; | ||
const require = createRequire(import.meta.url); | ||
import { fileURLToPath } from 'url'; | ||
const __filename = fileURLToPath(import.meta.url); | ||
import { cosmiconfig, cosmiconfigSync, defaultLoaders } from 'cosmiconfig'; | ||
@@ -2,0 +6,0 @@ import { env } from 'string-env-interpolation'; |
{ | ||
"name": "graphql-config", | ||
"version": "5.0.0", | ||
"version": "5.0.1-alpha-20230522135534-89777f9", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
81326
1728
1
1