@gql.tada/cli-utils
Advanced tools
Comparing version 0.1.0-canary-508cc3efa13e99aeaaa8a3f8e8a8ec0ee0223ce5 to 0.1.0-canary-7f69b879ebda245466f744d6d8a30f1ae944d308
# @gql.tada/cli-utils | ||
## 0.1.0-canary-508cc3efa13e99aeaaa8a3f8e8a8ec0ee0223ce5 | ||
## 0.1.0-canary-7f69b879ebda245466f744d6d8a30f1ae944d308 | ||
@@ -5,0 +5,0 @@ ### Minor Changes |
{ | ||
"name": "@gql.tada/cli-utils", | ||
"version": "0.1.0-canary-508cc3efa13e99aeaaa8a3f8e8a8ec0ee0223ce5", | ||
"version": "0.1.0-canary-7f69b879ebda245466f744d6d8a30f1ae944d308", | ||
"public": true, | ||
@@ -46,3 +46,4 @@ "description": "Main logic for gql.tada’s CLI tool.", | ||
"dependencies": { | ||
"@urql/introspection": "^1.0.3" | ||
"@urql/introspection": "^1.0.3", | ||
"graphql": "^16.8.1" | ||
}, | ||
@@ -54,4 +55,5 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "rollup -c ../../scripts/rollup.config.mjs" | ||
"build": "rollup -c ../../scripts/rollup.config.mjs", | ||
"clean": "rimraf dist node_modules/.cache" | ||
} | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
1943609
9
18528
2
2
+ Addedgraphql@^16.8.1