New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gql.tada/cli-utils

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gql.tada/cli-utils - npm Package Compare versions

Comparing version

to
0.1.0-canary-63b1704e6d905f1ca1fb03c4165ca9a98a010c64

dist/gql-tada-cli.d.ts

2

CHANGELOG.md
# @gql.tada/cli-utils
## 0.1.0-canary-508cc3efa13e99aeaaa8a3f8e8a8ec0ee0223ce5
## 0.1.0-canary-63b1704e6d905f1ca1fb03c4165ca9a98a010c64

@@ -5,0 +5,0 @@ ### Minor Changes

{
"name": "@gql.tada/cli-utils",
"version": "0.1.0-canary-508cc3efa13e99aeaaa8a3f8e8a8ec0ee0223ce5",
"version": "0.1.0-canary-63b1704e6d905f1ca1fb03c4165ca9a98a010c64",
"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"
}
}